Add several maven plugins to maven-local requires
This commit is contained in:
parent
4b13008dfc
commit
c30abdcfcb
@ -1,6 +1,6 @@
|
|||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 0.14.1
|
Version: 0.14.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -40,14 +40,17 @@ Requires: sonatype-oss-parent
|
|||||||
Requires: weld-parent
|
Requires: weld-parent
|
||||||
# Common Maven plugins required by almost every build. It wouldn't make
|
# Common Maven plugins required by almost every build. It wouldn't make
|
||||||
# sense to explicitly require them in every package built with Maven.
|
# sense to explicitly require them in every package built with Maven.
|
||||||
|
Requires: maven-assembly-plugin
|
||||||
Requires: maven-compiler-plugin
|
Requires: maven-compiler-plugin
|
||||||
|
Requires: maven-enforcer-plugin
|
||||||
Requires: maven-jar-plugin
|
Requires: maven-jar-plugin
|
||||||
Requires: maven-javadoc-plugin
|
Requires: maven-javadoc-plugin
|
||||||
Requires: maven-surefire-plugin
|
Requires: maven-surefire-plugin
|
||||||
# Tests based on JUnit are very common and JUnit itself is small.
|
# Tests based on JUnit are very common and JUnit itself is small.
|
||||||
# Include JUnit provider for Surefire just for convenience.
|
# Include JUnit provider for Surefire just for convenience.
|
||||||
Requires: maven-surefire-provider-junit
|
Requires: maven-surefire-provider-junit
|
||||||
Requires: maven-surefire-provider-junit4
|
# testng is quite common as well
|
||||||
|
Requires: maven-surefire-provider-testng
|
||||||
|
|
||||||
%description -n maven-local
|
%description -n maven-local
|
||||||
This package provides macros and scripts to support packaging Maven artifacts.
|
This package provides macros and scripts to support packaging Maven artifacts.
|
||||||
@ -115,6 +118,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 4 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.14.1-2
|
||||||
|
- Add several maven plugins to maven-local requires
|
||||||
|
|
||||||
* Wed May 29 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.14.1-1
|
* Wed May 29 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.14.1-1
|
||||||
- Update to upstream version 0.14.1 with disabled debugging
|
- Update to upstream version 0.14.1 with disabled debugging
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user