> > A Maven Repository Manager can store the artifacts on a file system and > you > > can delete old -SNAPSHOTs (which is allowed) > > How is this done?
You were already told this -- Archiva, Nexus, Artifactory, etc are "Maven Repository Managers". They can manage snapshots for you. > > Deleting old releases is not really the way a repository is designed to > > work. > > Not really - but is there a command for doing so? rm -rf ~/.m2/repository will take care of the local repo cache. For managing a remote repo, you should be using Archiva, Nexus, Artifactory, etc. As for your earlier <systemPath> question, this does exist, it is called <scope>system</scope> but it is generally considered a bad thing to use it. In this particular case, you may want to look into it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
