Re: setting up Maven on Linux

2003-11-11 Thread dion
Don't use plugin:install in a multi-user environment. Use plugin:deploy. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Berin Loritsch <[EMAIL PROTECTED]> wrote on 11/11/2003 09:06:00 PM: > __matthewHawthorne wrote: > > I think you have the right idea.

Re: setting up Maven on Linux

2003-11-11 Thread Berin Loritsch
__matthewHawthorne wrote: Remember that, if you change a user's groups, you have to logout and re-login for the changes to take effect. so I see. Build successful Thank you much. - To unsubscribe, e-mail: [EMAIL PROTECT

Re: setting up Maven on Linux

2003-11-11 Thread __matthewHawthorne
Remember that, if you change a user's groups, you have to logout and re-login for the changes to take effect. Berin Loritsch wrote: [EMAIL PROTECTED] wrote: Hi, I'm using Maven on a SuSE 9.0 (before that, 8.1 and 8.2). I use following setup: in /usr, I've created a directory called "java".

Re: setting up Maven on Linux

2003-11-11 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: Hi, I'm using Maven on a SuSE 9.0 (before that, 8.1 and 8.2). I use following setup: in /usr, I've created a directory called "java". Below that directory, I install all my java stuff such as ant, maven, jdk's etc. I've executed the commands: chgrp -R users /usr/java c

Re: setting up Maven on Linux

2003-11-11 Thread Martin van den Bemt
Make the group rights sticky sounds as an option ? Mvgr, Martin On Tue, 2003-11-11 at 11:06, Berin Loritsch wrote: > __matthewHawthorne wrote: > > I think you have the right idea. But I've never been able to get a > > shared plugin directory working. I allow them to be unpacked in the > > de

Re: setting up Maven on Linux

2003-11-11 Thread Berin Loritsch
__matthewHawthorne wrote: I think you have the right idea. But I've never been able to get a shared plugin directory working. I allow them to be unpacked in the default dir ~/.maven/plugins. I have been able to set up my local repository in the way that you're suggesting though. Try doing ch

Re: setting up Maven on Linux

2003-11-11 Thread __matthewHawthorne
I think you have the right idea. But I've never been able to get a shared plugin directory working. I allow them to be unpacked in the default dir ~/.maven/plugins. I have been able to set up my local repository in the way that you're suggesting though. Try doing chgrp and chmod with the -v

Re: setting up Maven on Linux

2003-11-11 Thread sverre
Hi, I'm using Maven on a SuSE 9.0 (before that, 8.1 and 8.2). I use following setup: in /usr, I've created a directory called "java". Below that directory, I install all my java stuff such as ant, maven, jdk's etc. I've executed the commands: chgrp -R users /usr/java chmod -R g+w /usr/java I

setting up Maven on Linux

2003-11-11 Thread Berin Loritsch
I want to set up Maven 1.0rc1 on my linux laptop for all users, but I am running into problems because all new plugins need to be installed by root, which makes the process of installing and debugging plugins a real problem. I have set the plugins directory with the following settings: chgrp -R us