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/04/02 06:50:55 UTC

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

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



##########
File path: maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
##########
@@ -390,6 +400,7 @@ private Dependency toDependency( MavenProject mavenProject )
         private String resumeFrom = "";
         private String makeBehavior = "";
         private File requestedPom = new File( PARENT_MODULE, "pom.xml" );
+        private boolean isRecursive = true;

Review comment:
       Yep, I agree. It's changed now, and I've found and fixed some other inconsistencies around that parameter as well. Ready to be reviewed again.




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