Mazen050 commented on issue #12691:
URL: https://github.com/apache/maven/issues/12691#issuecomment-5222579675

   Hello I'd like to work on this if no one else is already.
   
   After looking into it, I think reverting the `ProjectBuildingException` 
message change is the best fix. The detailed message is already rendered by 
`DefaultExceptionHandler`, while `DefaultMaven.buildGraph()` logs 
`exception.getMessage()` earlier, which is what causes the duplicated output 
after the recent change. Reverting the exception message should restore the 
previous behavior without affecting the existing CLI rendering.
   
   I'll open a PR shortly if that approach sounds good.


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