Hi (Brett),

When trying to release a plugin I got the following problem:


C:\dev\maven-plugins\abbot>maven scm:perform-release
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-final-SNAPSHOT

build:start:

scm:parse-connection:
    [echo] Using connection:
scm:cvs:ext:[EMAIL PROTECTED]:/home/cvs:maven-plugins/abbot/
Using SCM method: cvs
Using CVSROOT: :ext:[EMAIL PROTECTED]:/home/cvs
Using module: maven-plugins/abbot/
What CVS tag are you releasing from?
MAVEN_ABBOT_1_0
What goals are you using to build? [multiproject:deploy]
plugin:repository-deploy,site:deploy

[snip]

plugin:repository-deploy:

[snip]
    [echo]
        Copying project.xml to the
/www/www.apache.org/dist/java-repository//maven/poms on www.apache.org

    [exec] scp:
/www/www.apache.org/dist/java-repository//maven/poms/maven-abbot-plugin-1.0.
pom: Permission denied
    [exec]

BUILD FAILED
File...... C:\Documents and Settings\Vincent
Massol\.maven\cache\maven-scm-plugin-1.4.1-SNAPSHOT\plugin.jelly
Element... maven:maven
Line...... 158
Column.... 9
Unable to obtain goal [plugin:repository-deploy] -- C:\Documents and
Settings\Vincent Massol\.maven\cache\maven-artifact-plugin-1.
4-SNAPSHOT\plugin.jelly:322:67: <ant:exec> null returned: 1
Total time: 28 seconds
Finished at: Thu Jul 08 12:04:44 CEST 2004


After looking at the permissions of the
www/www.apache.org/dist/java-repository//maven/poms directory, it seems that
the group doesn't have write permissions:

> pwd
/x1/www/www.apache.org/dist/java-repository/maven
> ls -alg
total 14
drwxrwxr-x    5 mdiggory  apcvs   512 Jun 25 09:57 .
drwxrwxr-x  145 mdiggory  apcvs  3584 Jul  7 18:20 ..
drwxrwxr-x    2 mdiggory  apcvs   512 Jun 28 05:26 jars
drwxrwxr-x    2 brett     apcvs  4096 Jul  7 18:27 plugins
drwxr-xr-x    2 brett     apcvs   512 Jun 28 05:26 poms

Could you please do a chmod?

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to