[jboss-cvs] JBossAS SVN: r105677 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 13:23:15 EDT 2010


Author: pgier
Date: 2010-06-03 13:23:15 -0400 (Thu, 03 Jun 2010)
New Revision: 105677

Modified:
   branches/JBPAPP_5_1/build/build.xml
Log:
Activate the integrated-build Maven profile when running clean

Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml	2010-06-03 17:18:05 UTC (rev 105676)
+++ branches/JBPAPP_5_1/build/build.xml	2010-06-03 17:23:15 UTC (rev 105677)
@@ -1452,7 +1452,7 @@
   <target name="maven-clean" description="Run the clean goal against the maven build."
           depends="maven-init">
     
-     <property name="maven.clean.opts" value="-Pintegrated-build "/>
+     <property name="maven.clean.opts" value="-Dintegrated-build "/>
 
      <maven basedir="${basedir}/.." 
             options="${maven.clean.opts}" 




More information about the jboss-cvs-commits mailing list