gnodet commented on a change in pull request #6:
URL: https://github.com/apache/maven-clean-plugin/pull/6#discussion_r770961291



##########
File path: src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
##########
@@ -161,6 +161,12 @@
     @Parameter( property = "maven.clean.excludeDefaultDirectories", 
defaultValue = "false" )
     private boolean excludeDefaultDirectories;
 
+    @Parameter( property = "maven.clean.fast", defaultValue = "false" )
+    private boolean fast;
+
+    @Parameter( property = "maven.clean.fastDir", defaultValue = 
"${maven.multiModuleProjectDirectory}/.mvn/clean" )

Review comment:
       * the defaults is now 
`${maven.multiModuleProjectDirectory}/target/.clean`
   * the mojo waits until all files are deleted when the session is ended
   * in case the `fastDir` is inside a `target` directory, the `target` 
directory is correctly deleted at the end




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to