Remove use of maven-scm-publish-plugin plugin

This commit is contained in:
Mat Booth 2013-08-06 11:00:56 +01:00
parent 9c93551803
commit a655f3065d

View File

@ -2,7 +2,7 @@
Name: apache-%{short_name}
Version: 32
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Apache Commons Parent Pom
Group: Development/Libraries
License: ASL 2.0
@ -30,6 +30,7 @@ The Project Object Model files for the apache-commons packages.
# Plugin is not in fedora
%pom_remove_plugin org.apache.commons:commons-build-plugin
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
%build
%mvn_build
@ -41,6 +42,9 @@ The Project Object Model files for the apache-commons packages.
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%changelog
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-2
- Remove use of maven-scm-publish-plugin plugin
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-1
- Updated to latest upstream, rhbz #904731