jira-importer commented on issue #311: URL: https://github.com/apache/maven-install-plugin/issues/311#issuecomment-2771867171
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented As I see (more like assume), what happens is that due PMD.aggregate=true, the plugin will "load all" ([see Andreas explanation](https://issues.apache.org/jira/browse/MPMD-277?focusedCommentId=16814718&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16814718)), and that simply put, keeps even project JAR files open, while again Maven itself tries to "install" these same files (into same place, as I guess we talk about snaphot project). And here, due MRESOLVER-372 "atomic move" Windows refuses to atomically replace the file... -- 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