提交 9eaba2af 编写于 作者: O Oliver Gondža

[FIXED JENKINS-26684] Escape special chars in maven build step arguments

(cherry picked from commit 58a41bcb)
上级 6e94ee3f
......@@ -322,6 +322,10 @@ public class Maven extends Builder {
wrapUpArguments(args,normalizedTarget,build,launcher,listener);
buildEnvVars(env, mi);
if (!launcher.isUnix()) {
args = args.toWindowsCommand();
}
try {
MavenConsoleAnnotator mca = new MavenConsoleAnnotator(listener.getLogger(),build.getCharset());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册