You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Daniel Kulp <dk...@apache.org> on 2007/12/03 16:13:30 UTC

Please check/fix permissions in m2-ibiblio-rsync-repository after deploy

I just ran into an issue with the maven-metadata.xml file being non group 
writable causing the stage plugin to "hang" (in actuality, it was 
waiting for the overwrite y/n prompt).   stage probably could use 
the "-f" option on mv to force it, but.....  (actually, stage COULD also 
do a "chmod g+w" to fix things)

In anycase, could everyone that has done a release lately please check 
the permisions.    Especially on the maven-metadata.xml files as that 
can block anyone else from doing releases in the future.   

In anycase, doing something like:

cd /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven
chmod -R g+w *

would fix any issues.

The important ones:
maven-shade-plugin/maven-metadata.xml:
maven-javadoc-plugin/maven-metadata.xml:
maven-invoker-plugin/maven-metadata.xml:
maven-clean-plugin/maven-metadata.xml:
maven-assembly-plugin/maven-metadata.xml:
maven-patch-plugin/maven-metadata.xml:
maven-war-plugin/maven-metadata.xml:
maven-site-plugin/maven-metadata.xml:

Thanks!
-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please check/fix permissions in m2-ibiblio-rsync-repository after deploy

Posted by Dennis Lundberg <de...@apache.org>.
I have run the script that Carlos mentioned, and that fixed the site-plugin.

Carlos Sanchez wrote:
> there's a fix-permissions.sh in
> http://people.apache.org/repo/m2-snapshot-repository/ that
> 
> On Dec 3, 2007 7:13 AM, Daniel Kulp <dk...@apache.org> wrote:
>> I just ran into an issue with the maven-metadata.xml file being non group
>> writable causing the stage plugin to "hang" (in actuality, it was
>> waiting for the overwrite y/n prompt).   stage probably could use
>> the "-f" option on mv to force it, but.....  (actually, stage COULD also
>> do a "chmod g+w" to fix things)
>>
>> In anycase, could everyone that has done a release lately please check
>> the permisions.    Especially on the maven-metadata.xml files as that
>> can block anyone else from doing releases in the future.
>>
>> In anycase, doing something like:
>>
>> cd /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven
>> chmod -R g+w *
>>
>> would fix any issues.
>>
>> The important ones:
>> maven-shade-plugin/maven-metadata.xml:
>> maven-javadoc-plugin/maven-metadata.xml:
>> maven-invoker-plugin/maven-metadata.xml:
>> maven-clean-plugin/maven-metadata.xml:
>> maven-assembly-plugin/maven-metadata.xml:
>> maven-patch-plugin/maven-metadata.xml:
>> maven-war-plugin/maven-metadata.xml:
>> maven-site-plugin/maven-metadata.xml:
>>
>> Thanks!
>> --
>> J. Daniel Kulp
>> Principal Engineer
>> IONA
>> P: 781-902-8727    C: 508-380-7194
>> daniel.kulp@iona.com
>> http://www.dankulp.com/blog
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please check/fix permissions in m2-ibiblio-rsync-repository after deploy

Posted by Carlos Sanchez <ca...@apache.org>.
there's a fix-permissions.sh in
http://people.apache.org/repo/m2-snapshot-repository/ that

On Dec 3, 2007 7:13 AM, Daniel Kulp <dk...@apache.org> wrote:
>
> I just ran into an issue with the maven-metadata.xml file being non group
> writable causing the stage plugin to "hang" (in actuality, it was
> waiting for the overwrite y/n prompt).   stage probably could use
> the "-f" option on mv to force it, but.....  (actually, stage COULD also
> do a "chmod g+w" to fix things)
>
> In anycase, could everyone that has done a release lately please check
> the permisions.    Especially on the maven-metadata.xml files as that
> can block anyone else from doing releases in the future.
>
> In anycase, doing something like:
>
> cd /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven
> chmod -R g+w *
>
> would fix any issues.
>
> The important ones:
> maven-shade-plugin/maven-metadata.xml:
> maven-javadoc-plugin/maven-metadata.xml:
> maven-invoker-plugin/maven-metadata.xml:
> maven-clean-plugin/maven-metadata.xml:
> maven-assembly-plugin/maven-metadata.xml:
> maven-patch-plugin/maven-metadata.xml:
> maven-war-plugin/maven-metadata.xml:
> maven-site-plugin/maven-metadata.xml:
>
> Thanks!
> --
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727    C: 508-380-7194
> daniel.kulp@iona.com
> http://www.dankulp.com/blog
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org