Remove build extensions from pom
This commit is contained in:
parent
92ae4ea2f9
commit
3e4d12cb91
@ -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@redhat.com> - 2.1-4
|
||||
- Remove build extensions from pom
|
||||
|
||||
* Mon Aug 5 2013 Krzysztof Daniel <kdaniel@redhat.com> 2.1-3
|
||||
- Remove apache-rat-plugin.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user