[jbosstools-commits] JBoss Tools SVN: r22188 - trunk/build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue May 18 12:40:48 EDT 2010
Author: nickboldt
Date: 2010-05-18 12:40:48 -0400 (Tue, 18 May 2010)
New Revision: 22188
Modified:
trunk/build/build.xml
Log:
remove surefire flag
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-18 16:37:55 UTC (rev 22187)
+++ trunk/build/build.xml 2010-05-18 16:40:48 UTC (rev 22188)
@@ -553,7 +553,7 @@
<target name="run.build">
<!-- could set -Dmaven.test.skip to skip tests, or use osgi-test:test to just (re-)run tests w/o first building -->
- <property name="MAVEN_FLAGS" value="clean install -B -fn -q -U -e -Dsurefire.useFile=false" />
+ <property name="MAVEN_FLAGS" value="clean install -B -fn -q -U -e" />
<!-- commandline overrides to suppress doing tests -->
<if>
More information about the jbosstools-commits
mailing list