fix ant mvnresolve on mac
This commit is contained in:
parent
6ccedf4636
commit
f7f224fb4f
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -29,7 +29,8 @@
|
||||||
build/
|
build/
|
||||||
|
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
.DS_STORE
|
||||||
/target
|
/target
|
||||||
/out/
|
/out/
|
||||||
/libs/
|
/lib/
|
||||||
/mvnlibs/
|
/mvnlibs/
|
|
@ -61,8 +61,7 @@ then run (code is compiled automatically when you run)
|
||||||
|
|
||||||
<exec executable="${shellexecutable}">
|
<exec executable="${shellexecutable}">
|
||||||
<arg value="${shellcmdarg}" />
|
<arg value="${shellcmdarg}" />
|
||||||
<arg value="mvn" />
|
<arg value="mvn initialize" />
|
||||||
<arg value="initialize" />
|
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<move file="${dir.mvnlibs}" tofile="${dir.lib}" />
|
<move file="${dir.mvnlibs}" tofile="${dir.lib}" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user