michael-o commented on code in PR #27:
URL:
https://github.com/apache/maven-reporting-impl/pull/27#discussion_r1382469341
##########
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:
This makes sense.
--
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]