When I use the following command: > maven plugin:download -DgroupId=maven -DartifactId=maven-caller-plugin -Dversion=1 .0
it successfully downloads the plugin, but immediately (and successfully) deletes the downloaded jar from my repository. I filed it as a bug to JIRA (MAVEN-1032) because after adding a line to the jelly.xml it worked (see the bug report), or are my settings wrong? Can anyone else try this behaviour or check my settings below? Thanks, Oliver I have the following settings in my ~/build.properties (we use maven rc1 on a win2k machine): maven.repo.remote = http://ourserver.ourcompany/maven/repository, http://www.ibiblio.org/maven/ maven.repo.central = ourserver maven.repo.central.directory = /exports/maven/repository maven.repo.remote.enabled = true maven.repo.local=c:/programme/_dev/maven/repository maven.plugin.unpacked.dir=c:/programme/_dev/maven/plugins maven.username = oliver.noelle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]