mthmulders commented on a change in pull request #672:
URL: https://github.com/apache/maven/pull/672#discussion_r803489302
##########
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:
That's what the original message said (see line 126 in the old code),
it's a literal move. Happy to update if you feel it makes more sense to have
the singular version.
--
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]