hboutemy commented on code in PR #27:
URL: 
https://github.com/apache/maven-reporting-impl/pull/27#discussion_r1382468866


##########
src/main/java/org/apache/maven/reporting/AbstractMavenReport.java:
##########
@@ -189,6 +189,8 @@ public abstract class AbstractMavenReport extends 
AbstractMojo implements MavenM
     public final void execute() throws MojoExecutionException {
         try {
             if (!canGenerateReport()) {
+                String reportMojoInfo = mojoExecution.getPlugin().getId() + 
":" + mojoExecution.getGoal();
+                getLog().info("Skipping " + reportMojoInfo + " report");

Review Comment:
   s/report/reporting goal/?
   to show that it is run as a goal, not as part of a site



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to