kwin commented on pull request #632:
URL: https://github.com/apache/maven/pull/632#issuecomment-988694442


   > Overall the need of these exception is that mojo don't throw an 
Exception/Throwable but there is no technical reason
   
   I think the reason is to throw an exception which would allow Maven to 
continue (by using `--fail-never` or `--fail-at-end`, 
https://maven.apache.org/ref/3.8.4/maven-embedder/cli.html). Using an unchecked 
exception will IMHO always lead to an immediate failure and broken Maven build.


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