kwin commented on code in PR #1267:
URL:
https://github.com/apache/maven-site-plugin/pull/1267#discussion_r3109114478
##########
src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java:
##########
@@ -301,10 +299,6 @@ protected SiteRenderingContext
createSiteRenderingContext(Locale locale)
Artifact skinArtifact =
siteTool.getSkinArtifactFromRepository(repoSession,
remoteProjectRepositories, siteModel.getSkin());
- getLog().info(buffer().a("Rendering content with ")
Review Comment:
Because this method isn't performing rendering, just calculating context.
This is now not always followed by rendering with the new goal
--
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]