mirror of https://github.com/apache/maven.git
update mboot for script
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e7781ec15
commit
8254e5fd78
|
@ -438,6 +438,10 @@ public class MBoot
|
|||
|
||||
FileUtils.mkdir( new File( bin ).getPath() );
|
||||
|
||||
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/mvn" ).getAbsolutePath(), bin );
|
||||
|
||||
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/mvn.bat" ).getAbsolutePath(), bin );
|
||||
|
||||
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/m2" ).getAbsolutePath(), bin );
|
||||
|
||||
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/m2.bat" ).getAbsolutePath(), bin );
|
||||
|
|
Loading…
Reference in New Issue