Really ignore test failures.

This commit is contained in:
Alexander Kurtakov 2009-12-23 22:24:44 +00:00
parent 7f084ae063
commit f9f4e585b0

View File

@ -32,7 +32,7 @@
Name: plexus-archiver
Version: 1.0
Release: 0.4.a12.2%{?dist}
Release: 0.4.a12.3%{?dist}
Epoch: 0
Summary: Plexus Archiver Component
License: MIT and ASL 2.0
@ -99,7 +99,7 @@ mvn-jpp \
-e \
-Dmaven2.jpp.mode=true \
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
-Dmaven.test.failure.skip=true \
-Dmaven.test.failure.ignore=true \
install javadoc:javadoc
@ -135,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name}
%changelog
* Thu Dec 24 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a12.3
- Really ignore test failures.
* Thu Dec 24 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a12.2
- Ignore test failures.