mthmulders commented on a change in pull request #672:
URL: https://github.com/apache/maven/pull/672#discussion_r807675659



##########
File path: 
maven-core/src/main/java/org/apache/maven/project/ProjectBuildingException.java
##########
@@ -72,7 +67,7 @@ protected ProjectBuildingException( String projectId, String 
message, File pomFi
 
     public ProjectBuildingException( List<ProjectBuildingResult> results )
     {
-        super( createMessage( results ) );
+        super( "Some problems were encountered while processing the POMs" );

Review comment:
       > I guess the message applies to the entire reactor, doesn't it?
   
   It does. I'll consider this resolved.




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