hboutemy commented on a change in pull request #604:
URL: https://github.com/apache/maven/pull/604#discussion_r744135057



##########
File path: 
maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
##########
@@ -554,6 +554,8 @@ private void injectLifecycleOverlay( Map<String, 
List<MojoExecution>> lifecycleM
 
         MojoExecution forkedExecution = new MojoExecution( 
forkedMojoDescriptor, forkedGoal );
 
+        forkedExecution.setLifecyclePhase( mojoExecution.getLifecyclePhase() );

Review comment:
       how does that relate to MNG-7129 and the switch from JAXB to Modello?




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