Hi there,
I'm a newbie trying to start my first maven project. I have installed maven as root under /opt/maven (as I have seen that the maven script tries to locate this directory as the default MAVEN_HOME) and after that I have tried to run maven genapp as another user (not root). Trying to do this gives me a lot of exceptions:
java.io.FileNotFoundException: /opt/maven/plugins/maven-genapp-plugin-1.0/some-name.cache (Permission denied)
After giving write permissions to all *.cache files I got the same error for the following file:
/opt/maven/plugins/maven-genapp-plugin-1.0/.processed
As this seems to be some kind of flag indicating that a plugin has been processed I thought that this shouldn't work like this as this could cause problems with concurrent users using the same maven copy. Is this correct? Am I missing anything here? Maybe there's any environment variable I should set in order to use local copies of this files for maven to write them? Or should I simply give write permissions to all users (or at least to all users in a given group)?
Regards Jose
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
