handle repository permissions
-----------------------------

         Key: MNG-834
         URL: http://jira.codehaus.org/browse/MNG-834
     Project: Maven 2
        Type: Improvement
  Components: maven-model, maven-archiver  
 Reporter: Juan F. Codagnone



it would be nice to have a way to set the directory/file permission and group 
to the remote repositories.
the wagon api already supports those permisions and the implementation almost 
handle them ( WAGONSSH-8 WAGONSSH-9).

A way to declare this permissions is missing . I was thinking to change the pom 
schma to allow something like:
    <repository>
           <id>ssh-test</id>
           <name>a test for wagon-ssh</name>
           <url>sftp://localhost/tmp/m2/</url>
           <layout>default</layout>
           <permission>
              <directoryMode>770</directoryMode>
              <fileMode>770</fileMode>
              <group>users</group>
           </permission>
    </repository>

but it can be also set it up in the plugin configuration.

I am willing to code it (i want the feature to be able to set up a private 
repository over ssh), but i need a senior decision for the way to configure it.

Juan.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to