提交 47aa3fd1 编写于 作者: K kohsuke

compilation error fix.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4319 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f66e7ccf
......@@ -65,7 +65,7 @@ public class MavenArtifactArchiver extends MavenReporter {
new FilePath(pom.getFile()).copyTo(archivedPom);
// record artifacts
record(build,pom.getArtifact(),listener,archivedFiles,true);
record(build,pom,pom.getArtifact(),listener,archivedFiles,true);
for( Object a : pom.getAttachedArtifacts() )
record(build,pom,(Artifact)a,listener,archivedFiles,false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册