- Set '-Dmaven.test.skip=true' to fix Bug 613567

This commit is contained in:
Hui Wang 2010-07-13 03:15:34 +00:00
parent bbca6325cb
commit b9e9b246f8

View File

@ -1,6 +1,6 @@
Name: maven-remote-resources-plugin
Version: 1.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Maven Remote Resources Plugin
Group: Development/Libraries
@ -79,7 +79,7 @@ mvn-jpp \
-e \
-Dmaven2.jpp.mode=true \
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
-Dmaven.test.failure.ignore=true \
-Dmaven.test.skip=true \
install javadoc:javadoc
%install
@ -123,6 +123,9 @@ rm -rf %{buildroot}
%{_javadocdir}/%{name}
%changelog
* Tue Jul 13 2010 Hui Wang <huwang@redhat.com> - 1.1-3
- Set '-Dmaven.test.skip=true' to fix Bug 613567
* Thu Jun 03 2010 Hui Wang <huwang@redhat.com> - 1.1-2
- Fixed descirption line length
- Added comment on patch0