Fix bug #613582
This commit is contained in:
parent
5fa85f2740
commit
e5c63d20b9
@ -1,6 +1,6 @@
|
||||
Name: maven-remote-resources-plugin
|
||||
Version: 1.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Maven Remote Resources Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -74,8 +74,13 @@ API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
# fix 613582
|
||||
# we now use plexus-velocity which has the correct descriptor with a hint.
|
||||
rm -f src/main/resources/META-INF/plexus/components.xml
|
||||
|
||||
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
|
||||
mvn-jpp \
|
||||
-e \
|
||||
@ -125,6 +130,9 @@ rm -rf %{buildroot}
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jul 15 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1-6
|
||||
- Fix bug #613582
|
||||
|
||||
* Tue Jul 13 2010 Hui Wang <huwang@redhat.com> - 1.1-5
|
||||
- Add missing requires maven2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user