gnodet commented on a change in pull request #6: URL: https://github.com/apache/maven-clean-plugin/pull/6#discussion_r771991286
########## File path: src/main/java/org/apache/maven/plugins/clean/Cleaner.java ########## @@ -115,9 +135,96 @@ public void delete( File basedir, Selector selector, boolean followSymlinks, boo File file = followSymlinks ? basedir : basedir.getCanonicalFile(); + if ( selector == null && !followSymlinks && fastDir != null && session != null ) Review comment: In tests only. -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org