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: us...@infra.apache.org