[maven-shared] Removed maven-scm-publish-plugin

Tomas Radej tradej at fedoraproject.org
Wed Feb 20 12:01:02 UTC 2013


commit b4fbbc27fe7b29d0c25a86a61f71c8c5667d7f90
Author: Tomas Radej <tradej at redhat.com>
Date:   Wed Feb 20 10:17:38 2013 +0100

    Removed maven-scm-publish-plugin

 maven-shared.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/maven-shared.spec b/maven-shared.spec
index a5fa453..d67653a 100644
--- a/maven-shared.spec
+++ b/maven-shared.spec
@@ -32,7 +32,7 @@ Summary:        Maven Shared Components
 URL:            http://maven.apache.org/shared/
 Name:           maven-shared
 Version:        19
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        ASL 2.0
 Group:          Development/Libraries
 
@@ -57,6 +57,9 @@ Maven Shared Components
 %setup -q -n %{name}-%{name}-components-%{version}
 chmod -R go=u-w *
 
+# Maven-scm-publish-plugin is not in Fedora
+%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
+
 %build
 %mvn_build
 
@@ -67,6 +70,9 @@ chmod -R go=u-w *
 %doc LICENSE.txt NOTICE.txt
 
 %changelog
+* Wed Feb 20 2013 Tomas Radej <tradej at redhat.com> - 19-2
+- Removed maven-scm-publish-plugin
+
 * Tue Feb 19 2013 Tomas Radej <tradej at redhat.com> - 19-1
 - Updated to latest upstream version
 - Build with xmvn


More information about the scm-commits mailing list