Remove unnecessary maven-scm-plugin

This commit is contained in:
Michael Simacek 2017-02-06 10:28:00 +01:00
parent e0dadc2752
commit 2a4f1e1592

View File

@ -1,6 +1,6 @@
Name: fusesource-pom
Version: 1.9
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Parent POM for FuseSource Maven projects
License: ASL 2.0
URL: http://fusesource.com/
@ -9,8 +9,6 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local
BuildRequires: mvn(org.apache.maven.plugins:maven-scm-plugin)
BuildRequires: mvn(org.apache.maven.scm:maven-scm-provider-gitexe)
%description
This is a shared POM parent for FuseSource Maven projects
@ -21,6 +19,7 @@ cp %{SOURCE0} pom.xml
cp -p %{SOURCE1} LICENSE
%pom_remove_plugin :clirr-maven-plugin
%pom_remove_plugin :maven-scm-plugin
# WebDAV wagon is not available in Fedora.
%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-webdav-jackrabbit']]"
@ -35,6 +34,9 @@ cp -p %{SOURCE1} LICENSE
%doc LICENSE
%changelog
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1.9-14
- Remove unnecessary maven-scm-plugin
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-13
- Add missing build-requires