java-slf4j/java-slf4j-1.5.8-integration-maven-build_xml.patch

21 lines
1.0 KiB
Diff
Raw Normal View History

--- integration/maven-build.xml 2010-01-19 14:44:35.000000000 +0100
+++ integration/maven-build.xml-gil 2010-01-19 22:07:47.000000000 +0100
@@ -67,7 +67,7 @@
<!-- Compilation target -->
<!-- ====================================================================== -->
- <target name="compile" depends="get-deps" description="Compile the code">
+ <target name="compile" description="Compile the code">
<mkdir dir="${maven.build.outputDir}"/>
<javac destdir="${maven.build.outputDir}"
nowarn="false"
@@ -125,7 +125,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"/>