You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/09/22 09:15:42 UTC

[GitHub] [maven] michael-o commented on a change in pull request #547: Refactoring

michael-o commented on a change in pull request #547:
URL: https://github.com/apache/maven/pull/547#discussion_r713751633



##########
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:
       Can you explain the purpose of this API change?




-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org