Hello, It sounds more like a download as it does not ask again. You can wipe your local repo cache (or use a different one in settings.xml) and try to reproduce the problem. If you run with -X and actually keep the maven log output you should be able to see the access in question.
Gruss Bernd Am 18.03.2015 14:02 schrieb "Markus Karg" <[email protected]>: > Dear Maven Experts, > > just did "svn checkout" to get trunk of maven-dependency-plugin, and > wanted to build it using "mvn clean package". What then happened is really > scary: > > > * It complained about missing access on that path where my USB > stick stores the encrypted password for my local Nexus repository. > > * My local Nexus repository is a mirror of "central" with public > access, only demanding passwords for uploads. > > * I plugged in my stick, did "mvn clean package" again, and it > worked pretty well. > > * REMOVED my stick, and since then "mvn clean package" works > without, still! > > That looks if packaging "maven-dependency-plugin" would need to WRITE into > my Nexus (possibly central?) at package phase, if a particular "thing" is > not found there. > > This is scary, as nobody expects UPLOADS are done at packaging. > > If somebody has an explanation why that happens, I'd ask him to publish > here, so everybody will understand the reason for this! :) > > Regards > -Markus > > >
