[tuscany-parent] removed maven-pmd-plugin references

gil gil at fedoraproject.org
Tue Apr 2 17:00:43 UTC 2013


commit 199b57a205be8a1f35cbcfb6ef83b727847b2798
Author: gil <puntogil at libero.it>
Date:   Tue Apr 2 19:00:33 2013 +0200

    removed maven-pmd-plugin references

 tuscany-parent.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tuscany-parent.spec b/tuscany-parent.spec
index f63931b..c5132c3 100644
--- a/tuscany-parent.spec
+++ b/tuscany-parent.spec
@@ -1,6 +1,6 @@
 Name:          tuscany-parent
 Version:       2
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Apache Tuscany Project Parent
 Group:         Development/Libraries
 License:       ASL 2.0
@@ -23,8 +23,6 @@ BuildRequires: mvn(org.apache.maven.shared:maven-shared-components)
 
 Requires:      maven-checkstyle-plugin
 Requires:      maven-compiler-plugin
-Requires:      maven-pmd-plugin
-
 
 Requires:      jpackage-utils
 Requires:      java
@@ -39,6 +37,8 @@ Parent POM defining settings that can be used across Tuscany.
 cp -p %{SOURCE1} .
 sed -i 's/\r//' LICENSE-2.0.txt
 
+%pom_remove_plugin org.apache.maven.plugins:maven-pmd-plugin
+
 %build
 
 mvn-rpmbuild install
@@ -55,6 +55,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %doc LICENSE-2.0.txt
 
 %changelog
+* Tue Apr 02 2013 gil cattaneo <puntogil at libero.it> 2-6
+- removed maven-pmd-plugin references (see RHBZ#912085)
+
 * Tue Feb 19 2013 gil cattaneo <puntogil at libero.it> 2-5
 - added maven-artifact-resolver and maven-shared-components as BR
 


More information about the scm-commits mailing list