You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Daniele Dellafiore <il...@gmail.com> on 2010/10/18 17:14:50 UTC

can clean plugin clean also local repository?

Hi.

It happens sometimes that something that should be broken in the build
continue to work because use a old dependency in the repository. Btw
works at half, but does not broke for the right reason or does not
broke at all when it should.
It happens for example after a refactoring of the modules, moving one
module from one project to another.

It should be nice to tell mvn clean plugin to clean the local
reposotory as well. What do you think? There is a way to do this? If
not, is a patch for it interesting?

-- 
Daniele Dellafiore
http://danieledellafiore.net

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


Re: can clean plugin clean also local repository?

Posted by Jesse Farinacci <ji...@gmail.com>.
Greetings,

On Mon, Oct 18, 2010 at 11:14 AM, Daniele Dellafiore <il...@gmail.com> wrote:
>
> It should be nice to tell mvn clean plugin to clean the local
> reposotory as well. What do you think? There is a way to do this? If
> not, is a patch for it interesting?
>

http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html

-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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org