Re: Wiping out a dependency from an internal repository

2008-03-07 Thread Papapara Tudu
ce I cannot get the common approach to work, I need to restort to this. Cheers, Papapara Tudu -- View this message in context: http://www.nabble.com/Wiping-out-a-dependency-from-an-internal-repository-tp15873175s177p15891117.html Sent from the Ma

Re: Wiping out a dependency from an internal repository

2008-03-06 Thread Wayne Fay
On 3/6/08, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Maven Dependency Plugin -> purge-local-repository maybe? > > http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html That's it! Thanks Wendy. ;-) Wayne ---

Re: Wiping out a dependency from an internal repository

2008-03-06 Thread Wendy Smoak
On Thu, Mar 6, 2008 at 9:08 AM, Wayne Fay <[EMAIL PROTECTED]> wrote: > I know I've seen someone mention a plugin here that can either wipe > out your entire repo or selected parts of it. But I can't recall what > its called right now, and a quick Google search didn't reveal anything > (but I did

Re: Wiping out a dependency from an internal repository

2008-03-06 Thread Wayne Fay
I know I've seen someone mention a plugin here that can either wipe out your entire repo or selected parts of it. But I can't recall what its called right now, and a quick Google search didn't reveal anything (but I didn't dig much). So if someone else remembers, perhaps they'll post a follow-up.

Re: Wiping out a dependency from an internal repository

2008-03-06 Thread [EMAIL PROTECTED]
Papapara Tudu schrieb: > Hello, > > I would like to delete the whole folder that contains a certain dependency > from my internal repository by running a Maven command from a dev machine. > Is it possible to do that? > Do you mean deleting stuff from the ~/.m2/repository directorty on the same

Wiping out a dependency from an internal repository

2008-03-06 Thread Papapara Tudu
Hello, I would like to delete the whole folder that contains a certain dependency from my internal repository by running a Maven command from a dev machine. Is it possible to do that? Thanks, Papapara Tudu -- View this message in context: http://www.nabble.com/Wiping-out-a-dependency-from-an