[maven-install-plugin] remove patches for maven3

Weinan Li weli at fedoraproject.org
Mon Dec 10 09:05:19 UTC 2012


commit 087dfe865fa347ec40ad12c2e9c6a7e8c83aad96
Author: weli <weli at localhost.localdomain>
Date:   Mon Dec 10 17:04:58 2012 +0800

    remove patches for maven3

 0001-Fix-up-dependencies-for-maven-3.patch |   39 ----------------------------
 maven-install-plugin.spec                  |    4 +--
 2 files changed, 1 insertions(+), 42 deletions(-)
---
diff --git a/maven-install-plugin.spec b/maven-install-plugin.spec
index c3c69b2..ff4e9e8 100644
--- a/maven-install-plugin.spec
+++ b/maven-install-plugin.spec
@@ -7,7 +7,6 @@ Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-install-plugin
 Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
-Patch0:         0001-Fix-up-dependencies-for-maven-3.patch
 
 BuildArch:      noarch
 
@@ -28,6 +27,7 @@ BuildRequires: plexus-digest
 BuildRequires: junit
 BuildRequires: maven-archiver
 BuildRequires: maven-shared-reporting-impl
+BuildRequires: maven-artifact
 
 Requires: maven
 Requires: jpackage-utils
@@ -52,8 +52,6 @@ API documentation for %{name}.
 
 %prep
 %setup -q
-#Add dependency to make this work properly with maven 3
-%patch0 -p1
 
 %build
 mvn-rpmbuild \


More information about the scm-commits mailing list