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 ~/.maven/plugins (I've fixed this in my current work on
CVS - just not yet committed).

- Brett

> -----Original Message-----
> From: Nathan Coast [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 9 October 2003 12:23 PM
> To: Maven Users
> Subject: multiple developer setup
> 
> 
> Hi,
> 
> I'm setting up maven for a number of developers.  I'd like a 
> central repository 
> so developers autmatically get the latest versions of our 
> internal plugins when 
> they are updated at the repo.  However, our projects are 
> assembed using 
> multiproject:install which copies the assembled jars to the 
> repo.  This will 
> cause problems if developers are sharing the same repo.  I 
> guess what I'm saying 
> is that I'd like to share plugins but not the repository.  Is 
> this possible?
> 
> thanks
> Nathan
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to