By default, do not run unit tests as they require a display and a display may not be available on build server.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-06-13 11:06:53 +00:00
parent 1ec0e4d428
commit 957a44e1b3

View File

@ -21,6 +21,10 @@ maven.checkstyle.header.file = ${basedir}/../LICENSE.txt
maven.abbot.reports.dir = ${maven.build.dir} maven.abbot.reports.dir = ${maven.build.dir}
# WARNING: By default, do not run unit tests as they require a display
# and a display may not be available on build server.
maven.test.skip = true
# Have the abbot test reports appear in ${maven.abbot.reports.dir} # Have the abbot test reports appear in ${maven.abbot.reports.dir}
maven.junit.sysproperties = maven.abbot.reports.dir maven.junit.sysproperties = maven.abbot.reports.dir