You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/01/18 00:56:41 UTC

svn commit: r497257 - /maven/components/trunk/build.xml

Author: jvanzyl
Date: Wed Jan 17 15:56:41 2007
New Revision: 497257

URL: http://svn.apache.org/viewvc?view=rev&rev=497257
Log: (empty)

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?view=diff&rev=497257&r1=497256&r2=497257
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Wed Jan 17 15:56:41 2007
@@ -1,4 +1,4 @@
-<project default="run-full-maven" basedir=".">
+<project default="all" basedir=".">
 
   <description>
     The first time you build Maven from source, you have to build Maven without Maven.
@@ -259,7 +259,7 @@
       <arg value="-B"/>
       <arg value="-X"/>
       <arg value="clean"/>
-      <arg value="compile"/>
+      <arg value="install"/>
     </java>
   </target>
 
@@ -273,7 +273,8 @@
     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!          
     </echo>
           
-    <delete>      <fileset dir="bootstrap/lib" includes="*.pom,maven*.jar,modello*.jar,junit*.jar"/>        
+    <delete>      
+      <fileset dir="bootstrap/lib" includes="*.pom,maven*.jar,modello*.jar,junit*.jar"/>        
     </delete>
         
     <mkdir dir="bootstrap/boot"/>
@@ -338,7 +339,7 @@
 
   <target name="run-full-maven" depends="all"
           description="runs the full extracted Maven, now with tests">
-    <property name="maven.goals" value="clean test"/>
+    <property name="maven.goals" value="test"/>
     <java classname="org.codehaus.classworlds.Launcher" fork="true" failonerror="true">
       <classpath>
         <fileset dir="${maven.home}/core/boot" includes="plexus-classworlds-*.jar"/>