[felix-parent] Remove build extensions from pom

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Mar 5 08:21:48 UTC 2014


commit 3e4d12cb91cb1913bf27de3d680f102e4c1e4e63
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Mar 5 07:34:41 2014 +0100

    Remove build extensions from pom

 felix-parent.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/felix-parent.spec b/felix-parent.spec
index 9e5f1b8..6a1ed7d 100644
--- a/felix-parent.spec
+++ b/felix-parent.spec
@@ -1,6 +1,6 @@
 Name:           felix-parent
 Version:        2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Parent POM file for Apache Felix Specs
 License:        ASL 2.0
 URL:            http://felix.apache.org/
@@ -21,6 +21,9 @@ Parent POM file for Apache Felix Specs.
 %pom_remove_plugin org.codehaus.mojo:ianal-maven-plugin
 %pom_remove_plugin :apache-rat-plugin
 
+# wagon ssh dependency unneeded
+%pom_xpath_remove pom:extensions
+
 %build
 %mvn_build
 
@@ -31,6 +34,9 @@ Parent POM file for Apache Felix Specs.
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Mar 05 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.1-4
+- Remove build extensions from pom
+
 * Mon Aug 5 2013 Krzysztof Daniel <kdaniel at redhat.com> 2.1-3
 - Remove apache-rat-plugin.
 


More information about the scm-commits mailing list