[maven-source-plugin] - Do not exclude plexus-container-default from dependencies.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Sep 9 20:59:48 UTC 2010


commit 78296191434f2263053ff6e3aca5ef8a9999d4f4
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Sep 9 23:59:31 2010 +0300

    - Do not exclude plexus-container-default from dependencies.

 maven-source-plugin.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/maven-source-plugin.spec b/maven-source-plugin.spec
index 5c8e0b0..acc401b 100644
--- a/maven-source-plugin.spec
+++ b/maven-source-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-source-plugin
 Version:        2.1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Plugin creating source jar
 
 Group:          Development/Libraries
@@ -21,7 +21,7 @@ BuildRequires: maven-install-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-plugin-plugin
 BuildRequires: maven-resources-plugin
-BuildRequires: maven-surefire-maven-plugin
+BuildRequires: maven-surefire-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
@@ -50,7 +50,8 @@ API documentation for %{name}.
 
 
 %prep
-%setup -q #You may need to update this according to your Source0
+%setup -q 
+sed -i -e "s|plexus-container-default|plexus-container|g" pom.xml
 
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
@@ -105,6 +106,9 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Sep 9 2010 Alexander Kurtakov <akurtako at redhat.com> 2.1.2-4
+- Do not exclude plexus-container-default from dependencies.
+
 * Fri May 28 2010 Alexander Kurtakov <akurtako at redhat.com> 2.1.2-3
 - Add provides/obsoletes.
 


More information about the scm-commits mailing list