rfscholte commented on a change in pull request #448:
URL: https://github.com/apache/maven/pull/448#discussion_r579649713
##########
File path:
maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
##########
@@ -147,6 +147,9 @@
.excludedProjects( MODULE_B )
.makeBehavior( REACTOR_MAKE_UPSTREAM )
.expectResult( PARENT_MODULE, MODULE_C, MODULE_A,
MODULE_C_2 ),
+ scenario( "Excluding a project additionally excludes its
children" )
Review comment:
LGTM, indeed what I would expect
----------------------------------------------------------------
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:
[email protected]