You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/07/21 14:14:37 UTC

svn commit: r678401 - /maven/components/branches/MNG-2477/build.xml

Author: brett
Date: Mon Jul 21 05:14:37 2008
New Revision: 678401

URL: http://svn.apache.org/viewvc?rev=678401&view=rev
Log:
point the bootstrap at a valid public key ring

Modified:
    maven/components/branches/MNG-2477/build.xml

Modified: maven/components/branches/MNG-2477/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2477/build.xml?rev=678401&r1=678400&r2=678401&view=diff
==============================================================================
--- maven/components/branches/MNG-2477/build.xml (original)
+++ maven/components/branches/MNG-2477/build.xml Mon Jul 21 05:14:37 2008
@@ -140,6 +140,9 @@
     <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true">
       <classpath refid="maven.classpath"/>
       <arg value="-B"/>
+      <arg value="-Dmaven.home=maven-distribution/src"/>
+      <arg value="-s" />
+      <arg value="maven-distribution/src/conf/settings.xml"/>
       <arg value="clean"/>
       <arg value="install"/>
     </java>