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-...
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>