[ http://nagoya.apache.org/jira/browse/GERONIMO-234?page=comments#action_55109 ] Dain Sundstrom commented on GERONIMO-234: -----------------------------------------
I get the feeling that Benard wanted to have maven not try to write to the plugins directory. A warning would be nice, but I think he wanted the root cause fixed. Regardless, I believe this is an issue with maven, and we should transfer this bug to the maven project. > Build fails when maven/plugins is not writable > ---------------------------------------------- > > Key: GERONIMO-234 > URL: http://nagoya.apache.org/jira/browse/GERONIMO-234 > Project: Apache Geronimo > Type: Improvement > Components: buildsystem > Versions: 1.0-M1 > Environment: Linux [Debian | SuSE ], Maven RC1, Geronimo HEAD > Reporter: Bernd Fondermann > Assignee: Dain Sundstrom > Priority: Minor > > When building by invoking 'maven' the build fails with the following error > message when the maven plugin directory is not writable: > +---------------------------------------- > | Executing (default): Geronimo :: Deployment > | Memory: 34M/43M > +---------------------------------------- > Attempting to download geronimo-xmlbeans-plugin-1.0-SNAPSHOT.jar. > Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar. > Attempting to download geronimo-common-1.0-SNAPSHOT.jar. > Attempting to download geronimo-system-1.0-SNAPSHOT.jar. > BUILD FAILED > File...... file:/home/username/apache/incubator-geronimo/ > Element... maven:reactor > Line...... 180 > Column.... 27 > /usr/local/maven-1.0-rc1/plugins/geronimo-xmlbeans-plugin-1.0-SNAPSHOT.jar > (Permission denied) > The immediate fix is to make plugins folder writable. > I don't like any project modifying their sibbling projects... couldn't this > also lead to unexpected results in a multi-user environment where maven is > shared among users? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
