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



##########
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:
       @AlexanderAshitkin I don't see why the modello generated code could not 
be moved into the extension. 




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