fix ant mvnresolve on mac

This commit is contained in:
yugecin 2017-05-26 11:10:52 +02:00
parent 6ccedf4636
commit f7f224fb4f
2 changed files with 5 additions and 5 deletions

3
.gitignore vendored
View File

@ -29,7 +29,8 @@
build/ build/
Thumbs.db Thumbs.db
.DS_STORE
/target /target
/out/ /out/
/libs/ /lib/
/mvnlibs/ /mvnlibs/

View File

@ -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}" />