From 957a44e1b32c91a5d45fd8fa4d3e18cabfc6eda9 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 13 Jun 2004 11:06:53 +0000 Subject: [PATCH] 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 --- abbot/project.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/abbot/project.properties b/abbot/project.properties index a01ecdc8..1ddc4a30 100644 --- a/abbot/project.properties +++ b/abbot/project.properties @@ -21,6 +21,10 @@ maven.checkstyle.header.file = ${basedir}/../LICENSE.txt 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} maven.junit.sysproperties = maven.abbot.reports.dir