[jboss-cvs] JBossAS SVN: r95685 - branches/Branch_5_x/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 28 11:16:04 EDT 2009


Author: pgier
Date: 2009-10-28 11:16:04 -0400 (Wed, 28 Oct 2009)
New Revision: 95685

Modified:
   branches/Branch_5_x/build/build.xml
Log:
maven-clean should only call integration modules

Modified: branches/Branch_5_x/build/build.xml
===================================================================
--- branches/Branch_5_x/build/build.xml	2009-10-28 15:07:31 UTC (rev 95684)
+++ branches/Branch_5_x/build/build.xml	2009-10-28 15:16:04 UTC (rev 95685)
@@ -1102,7 +1102,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