hazendaz commented on PR #13: URL: https://github.com/apache/maven-dependency-plugin/pull/13#issuecomment-2145650275
Adding a comment here to old comments I made. The issue turned out to be the marker file location used by the dependency plugin. Its default sits in target so 'clean' wipes that every time. Moving that to m2 location instead resolved the issue for us where we share a live cache for running jenkins jobs on same boxes. So we no longer get the behaviour we were seeing at that time and nothing needed to change other than moving where the marker directory was located. See https://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html#markersDirectory -- 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