Remove maven 3 profile
It's only used for adding wagon ssh extension into site plugin and we don't really need it
This commit is contained in:
parent
71a3b4699d
commit
686018a6db
@ -2,7 +2,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 33
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -32,6 +32,8 @@ The Project Object Model files for the apache-commons packages.
|
||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
||||
|
||||
%pom_xpath_remove "pom:profile[pom:id[text()='maven-3']]"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
@ -42,6 +44,9 @@ The Project Object Model files for the apache-commons packages.
|
||||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 33-2
|
||||
- Remove maven 3 profile
|
||||
|
||||
* Wed Feb 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-1
|
||||
- Update to upstream version 33
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user