> 1. Since I have no access to other directory except $HOME, therefore > I need to install it some where in $HOME, what happens if have > multiple maven builds in paralelle on mulitple host sharing the same > maven installation?
It should work just fine. The only thing to watch out for is that you don't install new plugins using plugin:install/download while a build is running as it will delete files from ~/.maven/cache that might be in use. > > 2. Can I make maven install shared for every one on same host? > I doubt that it is possible since maven need to modify > $MAVEN_HOME/plugins dir > You don't have to be able to write to the plugins directory. Users can put their new plugins in their own ~/.maven/plugins. The only problem is that at present plugin:install and plugin:download don't have semantics to do this for you. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
