yuehcw commented on code in PR #1510:
URL: https://github.com/apache/maven/pull/1510#discussion_r1610725091


##########
maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginValidationManager.java:
##########
@@ -222,7 +212,12 @@ private void 
reportSessionCollectedValidationIssues(MavenSession mavenSession) {
             logger.warn("");
             logger.warn("Plugin {} validation issues were detected in 
following plugin(s)", issueLocalitiesToReport);
             logger.warn("");
-            for (Map.Entry<String, PluginValidationIssues> entry : 
issuesMap.entrySet()) {
+
+            // Sorting the plugins (Fix the open issue)

Review Comment:
   Fixed! 



-- 
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

Reply via email to