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

5
.gitignore vendored
View File

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

View File

@ -61,8 +61,7 @@ then run (code is compiled automatically when you run)
<exec executable="${shellexecutable}">
<arg value="${shellcmdarg}" />
<arg value="mvn" />
<arg value="initialize" />
<arg value="mvn initialize" />
</exec>
<move file="${dir.mvnlibs}" tofile="${dir.lib}" />
@ -154,4 +153,4 @@ then run (code is compiled automatically when you run)
<fileset dir="${dir.lib}" includes="**/*.jar" />
</path>
</project>
</project>