>From the repository mailing list, there's some discussion on how to
deploy things to the (maven, but in this case, snapshot) repositories. 
Especially around the "permissions" element - this might be useful to
compare against what we plan to do :-)

-Marshall

-------- Original Message --------
Subject:        Re: fix-permissions.sh and sudo
Date:   Thu, 23 Aug 2007 23:47:04 +0200
From:   Carlos Sanchez <[EMAIL PROTECTED]>
Reply-To:       [EMAIL PROTECTED]
To:     David Blevins <[EMAIL PROTECTED]>
CC:     [EMAIL PROTECTED], "Infrastructure Apache"
<[EMAIL PROTECTED]>
References:     <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>



On 8/23/07, David Blevins <[EMAIL PROTECTED]> wrote:
>
> On Aug 23, 2007, at 2:53 AM, Carlos Sanchez wrote:
>
> > it's users misconfiguration of their deployment settings in maven
>
> What is the right deployment config for the Apache m2-snapshot-
> repository?

       <server>
          <id>apache.snapshots</id>
          <username>carlos</username>
          <privateKey>...</privateKey>
          <directoryPermissions>775</directoryPermissions>
          <filePermissions>664</filePermissions>
       </server>
       <server>
          <id>apache.releases</id>
          <username>carlos</username>
          <privateKey>...</privateKey>
          <directoryPermissions>775</directoryPermissions>
          <filePermissions>664</filePermissions>
       </server>
       <server>
          <id>apache.website</id>
          <username>carlos</username>
          <privateKey>...</privateKey>
          <directoryPermissions>775</directoryPermissions>
          <filePermissions>664</filePermissions>
       </server>

>
> I also like Matt's suggestion that such config info could be in the
> repository itself.

I think there's a jira for that already ;)

>
> -David
>
>


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



Reply via email to