提交 393725ec 编写于 作者: K kohsuke

-B not supported in M1, so it's dangerous too do it automatically.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3735 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e6ad00c5
......@@ -140,7 +140,6 @@ public class Maven extends Builder {
args.add(exec.getPath());
}
args.addKeyValuePairs("-D",build.getBuildVariables());
args.add("-B");
args.addTokenized(normalizedTarget);
Map<String,String> env = build.getEnvVars();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册