Set maven.plugin.dir. That should do it. See
http://maven.apache.org/reference/user-guide.html#Behavioural%20Properties
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Nathan Coast <[EMAIL PROTECTED]> wrote on 09/10/2003 12:22:33 PM:
> Hi,
>
> I'm settin
Default maven b10+ install does this already.
~/.maven/plugins - extracted plugins only
~/.maven/repository - user repository
$MAVEN_HOME/plugins - shared installation of plugins that everyone gets
The only gotcha: if you change the contents of $MAVEN_HOME/plugins, each
user needs to rm -rf ~/.ma
I'm using subdirectories in the repository, based on users name:
${basedir}/../project.xml
3
clientapp
Client Master Project
chronicle/${user.name}
1.0
It keeps the same jars/wars/ears/ejbs/tlds etc for me under the ${user.name}
subdirectory.
- Original Message -
From: "Nath