提交 355a9da6 编写于 作者: K kohsuke

make the output blend with Maven output.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10937 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c7851f24
......@@ -59,7 +59,7 @@ public class MavenJavadocArchiver extends MavenReporter {
target = target.child("javadoc");
try {
listener.getLogger().println("Archiving javadoc");
listener.getLogger().println("[HUDSON] Archiving javadoc");
new FilePath(destDir).copyRecursiveTo("**/*",target);
} catch (IOException e) {
Util.displayIOException(e,listener);
......@@ -79,7 +79,7 @@ public class MavenJavadocArchiver extends MavenReporter {
@Override
public boolean reportGenerated(MavenBuildProxy build, MavenProject pom, MavenReportInfo report, BuildListener listener) throws InterruptedException, IOException {
return true;
return postExecute(build,pom,report,listener,null);
}
public Action getProjectAction(MavenModule project) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册