提交 e7d684ae 编写于 作者: K kohsuke

forgot to handle the -f option

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13213 71c3de6d-444a-0410-be80-ed276b4c234a
上级 64d9854d
......@@ -189,6 +189,8 @@ public class Maven extends Builder {
}
args.add(exec);
}
if(pom!=null)
args.add("-f",pom);
args.addKeyValuePairs("-D",build.getBuildVariables());
args.addKeyValuePairsFromPropertyString("-D",properties,vr);
args.addTokenized(normalizedTarget);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册