[javapackages-tools] Add several maven plugins to maven-local requires

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Jun 4 09:17:34 UTC 2013


commit c30abdcfcb83cc01e32c37806efb205ba4d61a98
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Jun 4 11:17:20 2013 +0200

    Add several maven plugins to maven-local requires

 javapackages-tools.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/javapackages-tools.spec b/javapackages-tools.spec
index 4bcdc5f..7dff527 100644
--- a/javapackages-tools.spec
+++ b/javapackages-tools.spec
@@ -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 at redhat.com> - 0.14.1-2
+- Add several maven plugins to maven-local requires
+
 * Wed May 29 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.14.1-1
 - Update to upstream version 0.14.1 with disabled debugging
 


More information about the scm-commits mailing list