提交 9384550e authored 作者: Thomas Mueller's avatar Thomas Mueller

Build: jar files are now downloaded using Maven if possible (and cached in the…

Build: jar files are now downloaded using Maven if possible (and cached in the local Maven repository).
上级 57f914df
......@@ -544,8 +544,8 @@ public class BuildBase {
try {
execScript("mvn", args(
"org.apache.maven.plugins:maven-dependency-plugin:2.1:get",
"-DrepoUrl=" + repoDir,
"-Dartifact="+ group +":"+ artifact +":" + version));
"-D" + "repoUrl=" + repoDir,
"-D" + "artifact="+ group +":"+ artifact +":" + version));
} catch (RuntimeException e) {
println("Could not download using Maven: " + e.toString());
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论