From f9f4e585b0d169e1b6a938f3c92687722100d1fc Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Dec 23 2009 22:24:44 +0000 Subject: Really ignore test failures. --- diff --git a/plexus-archiver.spec b/plexus-archiver.spec index 03967a9..a91a274 100644 --- a/plexus-archiver.spec +++ b/plexus-archiver.spec @@ -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 0:1.0-0.4.a12.3 +- Really ignore test failures. + * Thu Dec 24 2009 Alexander Kurtakov 0:1.0-0.4.a12.2 - Ignore test failures.