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



##########
File path: 
maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleModuleBuilder.java
##########
@@ -64,13 +64,13 @@ public LifecycleModuleBuilder(
             MojoExecutor mojoExecutor,
             BuilderCommon builderCommon,
             ExecutionEventCatapult eventCatapult,
-            ProjectExecutionListener projectExecutionListener,
+            List<ProjectExecutionListener> listeners,

Review comment:
       Could you be more precise ? Which API change are you talking about ?  
The change is mainly about switching to pure constructor injection and final 
fields whenever possible.




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