mirror of https://github.com/apache/maven.git
o Fixed typos and enabled actual forking to prevent any class path clashes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@983956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0579e639c2
commit
aea572bd39
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue