Author: nickboldt
Date: 2010-04-12 15:16:32 -0400 (Mon, 12 Apr 2010)
New Revision: 21444
Modified:
trunk/build.xml
Log:
JBDS-486 re-enable genpom.xml and add -fae flag to mvn3
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-04-12 19:16:21 UTC (rev 21443)
+++ trunk/build.xml 2010-04-12 19:16:32 UTC (rev 21444)
@@ -45,11 +45,10 @@
</target>
<target name="genpom">
- <!-- comment out because genpom.xml is broken, genpom.scala won't run on Hudson,
and we should just commit the poms anyway -->
- <!-- <ant antfile="genpom.xml" target="run">
+ <ant antfile="genpom.xml" target="run">
<property name="WORKINGDIR" value="${WORKINGDIR}/${COMPONENT}"
/>
<property name="pathToParentPom" value="../" />
- </ant> -->
+ </ant>
</target>
<target name="install">
@@ -57,7 +56,7 @@
<exec executable="${COMMON_TOOLS}/apache-maven-3.0-alpha-7/bin/mvn"
dir="${WORKINGDIR}/${COMPONENT}">
<!-- <arg line="-o -Dmaven.test.skip" /> -->
- <arg line="clean install" />
+ <arg line="-fae clean install" />
</exec>
</target>
Show replies by date