To avoid filling up the disk.

I have a virtualized ubuntu linux which has been given 50 GB and runs Nexus
and Hudson. When Hudson builds using maven, it copies a lot of the nexus to
the local repo. The local repo has timestamped versions of my snapshots, so
I want to avoid that those snapshots fill up my harddisk.

regards,

Wim

2010/3/2 David Hoffer <dhoff...@gmail.com>

> Just wondering, why do you want to do this?
>
> -Dave
>
> On Tue, Mar 2, 2010 at 5:29 AM, Wim Deblauwe <wim.debla...@gmail.com>
> wrote:
>
> > Indeed. I would have expected the goal to remove all previously generated
> > artifacts of the artifact I am running this command on. I tried the
> > 'artifactId' mode, but it did not remove any previously created jar from
> my
> > local repo.
> >
> > 2010/3/1 Jesse Farinacci <jie...@gmail.com>
> >
> > > Hi Wim,
> > >
> > > On Mon, Mar 1, 2010 at 1:41 PM, Wim Deblauwe <wim.debla...@gmail.com>
> > > wrote:
> > > > what is the best way if I want to erase all the artifacts from my
> local
> > > repo
> > > > of the thing i am about to build using Maven? I tried the dependency
> > > plugin,
> > > > but that only seems to remove the _dependencies_ of my artifact, not
> > the
> > > > current artifact.
> > >
> > > Do you mean you tried maven-dependency-plugin:purge-local-repository
> > > and it didn't do as you expect?
> > >
> > > -Jesse
> > >
> > > --
> > > There are 10 types of people in this world, those
> > > that can read binary and those that can not.
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: users-h...@maven.apache.org
> > >
> > >
> >
>

Reply via email to