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