RE: Could we delete old version jar in local repository by mvn ?

2012-01-11 Thread Rueegg Alexander
g it locally. > > Running Maven without a repository manager is like driving a > car with a 24inch spike pointing out of the middle of the > steering wheel > > On 11 January 2012 12:31, Rueegg Alexander wrote: > > Hi! > > > > I think you should even in this case us

RE: Could we delete old version jar in local repository by mvn ?

2012-01-11 Thread Rueegg Alexander
Hi! I think you should even in this case use a different directory on your local filesystem to deploy your proprietary artifacts to. Isn't that best practise? Think of making backups of your deployed artifacts and not of the whole cached artifacts from the internet. Mixing things in the same ty

uber jar in lib of Maven2.0.6

2007-05-09 Thread Rueegg Alexander
Hi, why are the jar archives formerly stored in the lib folder of the maven installation now be unified in the maven-core-2.0.6-uber.jar? I think this was a bad decision because now i have to check this jar if e.g. the ftp or webdav wagon provider is included. In general it is not easy to updat