Add several maven plugins to maven-local requires

This commit is contained in:
Stanislav Ochotnicky 2013-06-04 11:17:20 +02:00
parent 4b13008dfc
commit c30abdcfcb

View File

@ -1,6 +1,6 @@
Name: javapackages-tools
Version: 0.14.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Macros and scripts for Java packaging support
License: BSD
@ -40,14 +40,17 @@ Requires: sonatype-oss-parent
Requires: weld-parent
# Common Maven plugins required by almost every build. It wouldn't make
# sense to explicitly require them in every package built with Maven.
Requires: maven-assembly-plugin
Requires: maven-compiler-plugin
Requires: maven-enforcer-plugin
Requires: maven-jar-plugin
Requires: maven-javadoc-plugin
Requires: maven-surefire-plugin
# Tests based on JUnit are very common and JUnit itself is small.
# Include JUnit provider for Surefire just for convenience.
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
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
* 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
- Update to upstream version 0.14.1 with disabled debugging