apache-geronimo-1.2-specs/apache-geronimo-1.2-specs-1.2-javamail_1.3.1-maven-build_xml.patch

12 lines
636 B
Diff
Raw Normal View History

--- geronimo-javamail_1.3.1_spec-1.3/maven-build.xml 2010-01-16 13:00:19.000000000 +0100
+++ geronimo-javamail_1.3.1_spec-1.3/maven-build.xml-gil 2010-01-17 12:05:25.000000000 +0100
@@ -121,7 +121,7 @@
unless="junit.skipped"
description="Run the test cases">
<mkdir dir="${maven.test.reports}"/>
- <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
+ <junit printSummary="yes" haltonerror="false" haltonfailure="false" fork="true" dir=".">
<sysproperty key="basedir" value="."/>
<formatter type="xml"/>
<formatter type="plain" usefile="false"/>