[jboss-cvs] JBossAS SVN: r85734 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 11 10:53:50 EDT 2009


Author: pgier
Date: 2009-03-11 10:53:50 -0400 (Wed, 11 Mar 2009)
New Revision: 85734

Modified:
   trunk/build/build.xml
Log:
Maven profile "integration build" no longer needed.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-03-11 13:54:28 UTC (rev 85733)
+++ trunk/build/build.xml	2009-03-11 14:53:50 UTC (rev 85734)
@@ -1049,7 +1049,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=""/>
 
      <maven basedir="${basedir}/.." 
             options="${maven.clean.opts}" 




More information about the jboss-cvs-commits mailing list