mirror of https://github.com/apache/maven.git
Install missing pom
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a44b6f9726
commit
f453edbd30
|
@ -279,9 +279,12 @@ public class MBoot
|
|||
// Install plugin-parent POM
|
||||
installPomFile( repoLocal, new File( basedir, "maven-plugins/pom.xml" ) );
|
||||
|
||||
// Install plugin-parent POM
|
||||
// Install plugin-tools-parent POM
|
||||
installPomFile( repoLocal, new File( basedir, "maven-plugin-tools/pom.xml" ) );
|
||||
|
||||
// Install maven-script-parent POM
|
||||
installPomFile( repoLocal, new File( basedir, "maven-script/pom.xml" ) );
|
||||
|
||||
createToolsClassLoader();
|
||||
|
||||
for ( int i = 0; i < builds.length; i++ )
|
||||
|
|
Loading…
Reference in New Issue