[jbosstools-commits] JBoss Tools SVN: r21914 - branches/modular_build/build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed May 5 12:27:58 EDT 2010
Author: nickboldt
Date: 2010-05-05 12:27:58 -0400 (Wed, 05 May 2010)
New Revision: 21914
Modified:
branches/modular_build/build/build.xml
Log:
add more default flags per http://www.sonatype.com/people/2009/01/maven-continuous-integration-best-practices/ advice
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-05 16:25:16 UTC (rev 21913)
+++ branches/modular_build/build/build.xml 2010-05-05 16:27:58 UTC (rev 21914)
@@ -413,7 +413,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="install -B -fn -q" />
+ <property name="MAVEN_FLAGS" value="clean install -B -fn -q -U -e -Dsurefire.useFile=false" />
<!-- commandline overrides to suppress doing tests -->
<if>
More information about the jbosstools-commits
mailing list