psteitz 2004/04/03 20:53:16
Modified: math project.properties
Log:
Forced maven build to fail on test failure.
Revision Changes Path
1.16 +3 -1 jakarta-commons/math/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/math/project.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.properties 28 Feb 2004 17:47:37 -0000 1.15
+++ project.properties 4 Apr 2004 04:53:16 -0000 1.16
@@ -17,11 +17,13 @@
##
maven.checkstyle.properties=${basedir}/checkstyle.xml
-maven.test.failure = false
maven.xdoc.poweredby.image=maven-feather.png
#If you wish to skip tests when doing builds, uncomment
#maven.test.skip = true
+#If you want the build to succeed if tests fail, uncomment
+#maven.test.failure = false
+
maven.junit.fork=true
#maven.linkcheck.enable=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]