- Do not exclude plexus-container-default from dependencies.
This commit is contained in:
parent
e5a5a332de
commit
7829619143
@ -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@redhat.com> 2.1.2-4
|
||||
- Do not exclude plexus-container-default from dependencies.
|
||||
|
||||
* Fri May 28 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-3
|
||||
- Add provides/obsoletes.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user