You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jesse McConnell (JIRA)" <ji...@codehaus.org> on 2005/09/21 04:28:11 UTC

[jira] Updated: (MNG-575) Add a way to configure permissions on deployed files

     [ http://jira.codehaus.org/browse/MNG-575?page=all ]

Jesse McConnell updated MNG-575:
--------------------------------

    Attachment: mng-575.patch

this patch works for things like m2 deploy

settings.xml controls the permissions as in the following example

<server>
  <id>snapshots</id>
  <username>jesse</username>
  <passphrase></passphrase> 
  <privateKey>/home/jesse/.ssh/id_dsa</privateKey>
  <filePermissions>775</filePermissions>
  <directoryPermissions>775</directoryPermissions>
</server>


> Add a way to configure permissions on deployed files
> ----------------------------------------------------
>
>          Key: MNG-575
>          URL: http://jira.codehaus.org/browse/MNG-575
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-artifact
>     Versions: 2.0-alpha-3
>     Reporter: Kenney Westerhof
>      Fix For: 2.0-beta-2
>  Attachments: mng-575.patch
>
>
> [actually maven-artifact-manager..?]
> Since my umask = 077, m2 deploy stores files in the remote repository that aren't accessible
> by httpd.
> I need to provide file permissions in the repository configuration in the pom or in the settings.xml
> server definitions (perhaps the repo's, but permissions should go with authentication information I think).
> Wagon already supports filemode and group settings on it's Repositories. DefaultWagonManager doesn't provide a way
> to fill those settings. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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