slawekjaranowski commented on code in PR #1510: URL: https://github.com/apache/maven/pull/1510#discussion_r1610727735
########## maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginValidationManager.java: ########## @@ -203,7 +204,7 @@ public void reportPluginMojoValidationIssue( mayReportInline(mavenSession.getRepositorySession(), locality, issue); } - private void reportSessionCollectedValidationIssues(MavenSession mavenSession) { + public void reportSessionCollectedValidationIssues(MavenSession mavenSession) { Review Comment: why change to `public`? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org