jira-importer commented on issue #135: URL: https://github.com/apache/maven-clean-plugin/issues/135#issuecomment-2690259377
**[Tibor Digana](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tibor17)** commented IMHO running mvn clean all the time may not be necessary. Renaming target/ to sub-folder may blow up the target/ and therefore there must be a way to delete it in the build run. Maybe async delete would be the way to go however every build eats a lot of CPU and blocks the disk on creating small files. There is an interesting parameter in deploy-plugin deployAtEnd which might be adopted to clean-plugin in order to delete the orphans. -- 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