Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Baz
Yeah thats what i am doing right now :p Thanks. A. On 4/16/07, Davis Ford <[EMAIL PROTECTED]> wrote: well...you can do it the quick-n-dirty way, and just manually delete everything under .m2/repository/com/* (or subdirs that you want to refresh) --davis On 4/16/07, Baz <[EMAIL PROTECTED]> w

Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Tomasz Pik
On 4/16/07, Baz <[EMAIL PROTECTED]> wrote: Davis, Thanks for replying. After I reviewed the webpage, I wonder how i can delete/refresh one single directory... for example, "com" directory under the local repo. There is only "exclude" but no "include". With purge-local-repository goal you may

Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Davis Ford
well...you can do it the quick-n-dirty way, and just manually delete everything under .m2/repository/com/* (or subdirs that you want to refresh) --davis On 4/16/07, Baz <[EMAIL PROTECTED]> wrote: Davis, Thanks for replying. After I reviewed the webpage, I wonder how i can delete/refresh one

Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Wayne Fay
This is a fairly new mojo, so it may not have all the functionality you require/desire. In that case, you are free to edit the code to add what you need etc, then contribute it back to Maven so it can be incorporated in a future release. Wayne On 4/16/07, Baz <[EMAIL PROTECTED]> wrote: Davis,

Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Baz
Davis, Thanks for replying. After I reviewed the webpage, I wonder how i can delete/refresh one single directory... for example, "com" directory under the local repo. There is only "exclude" but no "include". B. On 4/16/07, Davis Ford <[EMAIL PROTECTED]> wrote: http://maven.apache.org/plugins

Re: Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Davis Ford
http://maven.apache.org/plugins/maven-dependency-plugin/index.html see purge-local-repository goal On 4/16/07, Baz <[EMAIL PROTECTED]> wrote: All, Is there a mvn command that clean the local repo? Thanks. B. - To unsubsc

Is there a "mvn" command to clean the local repo?

2007-04-16 Thread Baz
All, Is there a mvn command that clean the local repo? Thanks. B. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]