On 5 January 2012 13:41, Mark H. Wood <mw...@iupui.edu> wrote:
> On Wed, Jan 04, 2012 at 10:19:15PM +0100, Ansgar Konermann wrote:
>> Am 04.01.2012 05:02, schrieb zuxiong lin:
>> > I want to remove 3.0.5 and 3.0.6.
>>
>> The local maven repository is an artifact cache. Why do you want to
>> remove anything from this cache? This does not reliably control what
>> versions maven will use to build your project.
>
> Because it is not a cache; it is a dumping ground for every artifact
> Maven has ever fetched, whether or not that artifact will ever again

It's not a cache for another reason...

mvn install:install-file

where you install proprietary artifacts into your local repo when
working on proprietary code and you don't have a proper repository
manager to host them on.

So you really have to know why each artifact is there and where it
came from before you can just delete it at random.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to