提交 1d2012b7 编写于 作者: O olivier lamy

[JENKINS-11248] Build fails on "Deploy artifacts to Maven repository" due to...

[JENKINS-11248] Build fails on "Deploy artifacts to Maven repository" due to trying to upload parent POM twice for release artifacts.
上级 eae53ce7
......@@ -147,7 +147,7 @@ public final class MavenArtifact implements Serializable {
}
public boolean isPOM() {
return fileName.endsWith(".pom"); // hack
return fileName.endsWith(".pom")||"pom.xml".equals(fileName); // hack
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册