Forced maven build to fail on test failure.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b465bb15ef
commit
04af29f63c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue