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/03/22 20:23:25 UTC

[GitHub] [maven] mthmulders commented on a change in pull request #459: [MNG-7112] --projects flag should honor --non-recursive flag

mthmulders commented on a change in pull request #459:
URL: https://github.com/apache/maven/pull/459#discussion_r599048155



##########
File path: maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java
##########
@@ -284,20 +284,7 @@ public DefaultGraphBuilder( BuildResumptionDataRepository buildResumptionDataRep
             excludedProjects.addAll( getProjectsBySelectors( request, projects, optionalSelectors, false ) );
 
             result = new ArrayList<>( projects );
-
-            for ( MavenProject excludedProject : excludedProjects )

Review comment:
       I think you mean [this one](https://github.com/apache/maven/pull/458)? Indeed - we'll rebase one on top of the other, depending on the order in which we merge them.




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

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