mirror of https://github.com/apache/maven.git
o Changed dependency on classworlds back to 1.1-SNAPSHOT
o Added line to put maven-plugin-tools POM in the repo during bootstrap. o Fixed bootstrap. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98002718c3
commit
e3a52cbb18
|
@ -61,7 +61,7 @@ public class MBoot
|
|||
|
||||
String[] pluginGeneratorDeps = new String[]{
|
||||
"plexus/jars/plexus-container-default-1.0-alpha-2-SNAPSHOT.jar",
|
||||
"classworlds/jars/classworlds-1.1-alpha-1.jar",
|
||||
"classworlds/jars/classworlds-1.1-SNAPSHOT.jar",
|
||||
"maven/jars/maven-artifact-2.0-SNAPSHOT.jar",
|
||||
"maven/jars/maven-core-2.0-SNAPSHOT.jar",
|
||||
"maven/jars/maven-model-2.0-SNAPSHOT.jar",
|
||||
|
@ -257,6 +257,9 @@ public class MBoot
|
|||
// Install plugin-parent POM
|
||||
installPomFile( repoLocal, new File( basedir, "maven-plugins/pom.xml" ) );
|
||||
|
||||
// Install plugin-parent POM
|
||||
installPomFile( repoLocal, new File( basedir, "maven-plugin-tools/pom.xml" ) );
|
||||
|
||||
createToolsClassLoader();
|
||||
|
||||
for ( int i = 0; i < builds.length; i++ )
|
||||
|
|
Loading…
Reference in New Issue