oehme commented on code in PR #1628:
URL: https://github.com/apache/maven/pull/1628#discussion_r1713410679


##########
maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java:
##########
@@ -324,7 +325,8 @@ private void doExecute2(MavenSession session, MojoExecution 
mojoExecution) throw
             } catch (MojoFailureException
                     | PluginManagerException
                     | PluginConfigurationException
-                    | MojoExecutionException e) {
+                    | MojoExecutionException
+                    | MojoException e) {

Review Comment:
   It seemed pretty broad to me, the ones listed here were pretty specific. But 
I'm not sure what the exact intention was here.



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