提交 7f521673 authored 作者: Thomas Mueller's avatar Thomas Mueller

Build: download jar file using Maven if possible

上级 806e90b9
...@@ -542,7 +542,7 @@ public class BuildBase { ...@@ -542,7 +542,7 @@ public class BuildBase {
File f = new File(localMavenDir, repoFile); File f = new File(localMavenDir, repoFile);
if (!f.exists()) { if (!f.exists()) {
try { try {
execScript("mvnf", args( execScript("mvn", args(
"org.apache.maven.plugins:maven-dependency-plugin:2.1:get", "org.apache.maven.plugins:maven-dependency-plugin:2.1:get",
"-DrepoUrl=" + repoDir, "-DrepoUrl=" + repoDir,
"-Dartifact="+ group +":"+ artifact +":" + version)); "-Dartifact="+ group +":"+ artifact +":" + version));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论