mirror of https://github.com/apache/maven.git
make executable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e2140cc4e
commit
59a16ca7c8
|
@ -456,6 +456,8 @@ public class MBoot
|
||||||
|
|
||||||
cli.createArgument().setValue( "+x" );
|
cli.createArgument().setValue( "+x" );
|
||||||
|
|
||||||
|
cli.createArgument().setValue( new File( dist, "bin/mvn" ).getAbsolutePath() );
|
||||||
|
|
||||||
cli.createArgument().setValue( new File( dist, "bin/m2" ).getAbsolutePath() );
|
cli.createArgument().setValue( new File( dist, "bin/m2" ).getAbsolutePath() );
|
||||||
|
|
||||||
cli.execute().waitFor();
|
cli.execute().waitFor();
|
||||||
|
|
Loading…
Reference in New Issue