DamCx opened a new issue, #655: URL: https://github.com/apache/maven-mvnd/issues/655
Hello, I'm giving a try to Maven Daemon, and I'm having an issue with some projects I'm building. Before describing the issue I'm facing, my setup is as follow: - OS: Windows 10 - Maven Daemon version: 0.8.0 - Java Version: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode, sharing) The project is made of 192 modules, and I have a 8-core processor, which means I have 7 concurrent threads running. The first time I run "mvnd clean install" or "mvnd clean verify", it runs smoothly. Yet, the second time I rerun my build command, the daemon can't clean some of the target folders as it seems they are locked by the daemon. So the only way I can "rerun" the build is to stop the daemon and run my build command. If you need more elements to help with the issue, just let me know. Damien CACHEUX -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org