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 <[email protected]> > Hi Wim, > > On Mon, Mar 1, 2010 at 1:41 PM, Wim Deblauwe <[email protected]> > 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: [email protected] > For additional commands, e-mail: [email protected] > >
