You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/10 14:24:17 UTC

svn commit: r983956 - /maven/maven-3/trunk/build.xml

Author: bentmann
Date: Tue Aug 10 12:24:17 2010
New Revision: 983956

URL: http://svn.apache.org/viewvc?rev=983956&view=rev
Log:
o Fixed typos and enabled actual forking to prevent any class path clashes

Modified:
    maven/maven-3/trunk/build.xml

Modified: maven/maven-3/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/build.xml?rev=983956&r1=983955&r2=983956&view=diff
==============================================================================
--- maven/maven-3/trunk/build.xml (original)
+++ maven/maven-3/trunk/build.xml Tue Aug 10 12:24:17 2010
@@ -124,7 +124,7 @@ Do you want to continue?</input>
     </path>
 
     <echo>Using plexus version ${pom.properties.plexusVersion}</echo>
-    <java fork="fork" classname="org.codehaus.plexus.metadata.PlexusMetadataGeneratorCli" failonerror="true">
+    <java fork="true" classname="org.codehaus.plexus.metadata.PlexusMetadataGeneratorCli" failonerror="true">
       <classpath refid="pmdg.classpath" />
       <!-- We need to generate component descriptors from the maven-artifact sources which use javadoc annotations. -->
       <arg value="--source" />
@@ -150,7 +150,7 @@ Do you want to continue?</input>
       <attribute name="mode" />
       <attribute name="version" />
       <sequential>
-        <java fork="fork" classname="org.codehaus.modello.ModelloCli" failonerror="true">
+        <java fork="true" classname="org.codehaus.modello.ModelloCli" failonerror="true">
           <classpath refid="modello.pathid" />
           <arg file="@{file}" />
           <!-- model file -->