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:
parent
1ec0e4d428
commit
957a44e1b3
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user