Author: ogusakov
Date: Wed Oct  1 11:05:35 2008
New Revision: 700851

URL: http://svn.apache.org/viewvc?rev=700851&view=rev
Log:
uber jar is gone, everything works, including bootstrap build

Removed:
    maven/components/branches/2.2.0-M1-MNG-3759/apache-maven/
Modified:
    maven/components/branches/2.2.0-M1-MNG-3759/build.xml

Modified: maven/components/branches/2.2.0-M1-MNG-3759/build.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/2.2.0-M1-MNG-3759/build.xml?rev=700851&r1=700850&r2=700851&view=diff
==============================================================================
--- maven/components/branches/2.2.0-M1-MNG-3759/build.xml (original)
+++ maven/components/branches/2.2.0-M1-MNG-3759/build.xml Wed Oct  1 11:05:35 
2008
@@ -55,7 +55,7 @@
     <dirname file="${maven.home}" property="maven.home.dirname"/>
     <!-- Initialize properties -->
     <property name="maven.home.basename.expected" 
value="apache-maven-${pom.project.version}"/>
-    <property name="maven.assembly" 
location="apache-maven/target/${maven.home.basename.expected}-bin.zip"/>
+    <property name="maven.assembly" 
location="maven-distribution/target/${maven.home.basename.expected}-bin.zip"/>
     <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
     <property name="surefire.useFile" value="true"/>
     <artifact:remoteRepository id="remote.repo.ms"
@@ -169,12 +169,15 @@
       <jvmarg value="-Xmx256M"/>
       <classpath refid="maven.classpath"/>
       <arg value="-B"/>
+<!--
+      <arg value="-U"/>
       <arg value="-X"/>
+      <arg value="-Dmaven.mercury.wagon.debug.transfer=true"/>
+-->
       <arg value="clean"/>
       <arg value="install"/>
       <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
       <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
-      <arg value="-Dmaven.mercury.wagon.debug.transfer=true"/>
     </java>
   </target>
 


Reply via email to