Fix permissions for maven sync repo at people.apache.org
--------------------------------------------------------
Key: TAPESTRY-2720
URL: https://issues.apache.org/jira/browse/TAPESTRY-2720
Project: Tapestry
Issue Type: Task
Affects Versions: unspecified
Reporter: Andreas Andreou
Assignee: Howard M. Lewis Ship
There are a few files inside
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tapestry
that are owned by hlship/hlship and thus cannot be updated by the
maven-deploy-plugin
cd /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tapestry
find . -user hlship -group hlship
will show all of them, but i'm mainly interested in the maven-metadata.xml
files (and their .md5 and .sha1) which are:
./tapestry-annotations/maven-metadata.xml
./tapestry-project/maven-metadata.xml
./tapestry-test/maven-metadata.xml
./tapestry-ioc/maven-metadata.xml
./tapestry-core/maven-metadata.xml
./maven-metadata.xml
./tapestry-component-report/maven-metadata.xml
./tapestry-spring/maven-metadata.xml
./tapestry-hibernate/maven-metadata.xml
./quickstart/maven-metadata.xml
./tapestry-upload/maven-metadata.xml
./tutorial1/maven-metadata.xml
./tapestry5-annotations/maven-metadata.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]