jira-importer commented on issue #135:
URL: 
https://github.com/apache/maven-clean-plugin/issues/135#issuecomment-2690259353

   **[Kristian 
Rosenvold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=krosenvold)**
 commented
   
   There's a lot of caveats to this solution as a general solution to this 
problem;
   
   We would somehow have to assume that java.io.tmpdir is on the same device as 
your build, if not things will probably get worse. There is also the issue of 
actually removing the files at some point in time, which would be sensible on 
linux/ext3&Ext4 - which also have slow deletes.
   
   I would be tempted by a strategy that renames target to .target and 
subsequently start a "nice" thread to delete that folder, since it would be 
less disruptive on the build.
   
   


-- 
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

Reply via email to