Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-12142] Removed logging statement if reporter already has
Browse files Browse the repository at this point in the history
been called in a previous maven goal.
  • Loading branch information
uhafner committed Dec 20, 2011
1 parent 4e0415e commit c763919
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -296,7 +296,6 @@ public final boolean postExecute(final MavenBuildProxy build, final MavenProject
}

if (hasResultAction(build)) {
logger.log("Skipping maven reporter: there is already a result available.");
return true;
}

Expand Down

0 comments on commit c763919

Please sign in to comment.