michael-o commented on a change in pull request #71: URL: https://github.com/apache/maven-integration-testing/pull/71#discussion_r487527055
########## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4262MakeLikeReactorDottedPathTest.java ########## @@ -64,7 +64,6 @@ public void testitMakeRoot() verifier.resetStreams(); verifier.assertFilePresent( "target/touch.txt" ); - verifier.assertFileNotPresent( "../sub-a/target/touch.txt" ); Review comment: Does the test still pass with 3.6.3? The are assertions which can be scoped with version ranges. Maybe we could utilize 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: us...@infra.apache.org