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". 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 know, that this gives any user access to modify anything below the /usr/java directory, but on my machine, the only user is .... me.
Hmm. I have done this, or something like it. I still can't get access.
I originally did not have me in my "users" group, but even with that fix I can't
seem to have write access to the plugins directory.
You would need to give the users access to write into the repository directory too, if you wish to use a single repository and not one pr. user.
I've been quite happy with Linux/maven, I've used maven for quite a while.
br, /Sverre
Quoting Berin Loritsch <[EMAIL PROTECTED]>:
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 users plugins chmod -R g+w plugins
I still can't let users update and add plugins at this location. Also, how
many
others are using Maven with a real operating system (Windows doesn't count)?
The issues are completely with permissions.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
