mirror of https://github.com/apache/maven.git
Set assembly to the embedder now cli is dead
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@514492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebb699fe5f
commit
aa44e89056
|
@ -333,7 +333,7 @@ load ${bootstrapDir}/target/classes
|
||||||
|
|
||||||
<property name="maven.goals" value="clean assembly:assembly"/>
|
<property name="maven.goals" value="clean assembly:assembly"/>
|
||||||
<property name="bootstrapDir" value="${basedir}/bootstrap"/>
|
<property name="bootstrapDir" value="${basedir}/bootstrap"/>
|
||||||
<java dir="maven-cli" classname="org.codehaus.classworlds.Launcher" fork="true" failonerror="true">
|
<java dir="maven-embedder" classname="org.codehaus.classworlds.Launcher" fork="true" failonerror="true">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${bootstrapDir}/boot" includes="plexus-classworlds-*.jar"/>
|
<fileset dir="${bootstrapDir}/boot" includes="plexus-classworlds-*.jar"/>
|
||||||
<path refid="sources"/>
|
<path refid="sources"/>
|
||||||
|
|
Loading…
Reference in New Issue