提交 47a39f9f 编写于 作者: O Olivier Lamy

take care of missing / for file path

上级 d023101b
......@@ -168,9 +168,10 @@ public class RedeployPublisher extends Recorder {
try {
AbstractProject project = build.getProject();
if (project instanceof ProjectWithMaven) {
m = ((ProjectWithMaven) project).inferMavenInstallation().forNode(Hudson.getInstance(),listener);
}
// don't care here as it's executed in the master
//if (project instanceof ProjectWithMaven) {
// m = ((ProjectWithMaven) project).inferMavenInstallation().forNode(Hudson.getInstance(),listener);
//}
if (project instanceof MavenModuleSet) {
profiles = ((MavenModuleSet) project).getProfiles();
systemProperties = ((MavenModuleSet) project).getMavenProperties();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册