You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/06 00:44:03 UTC

[jira] Updated: (MNG-834) handle repository permissions

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

Brett Porter updated MNG-834:
-----------------------------

    Description: 
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.

  was:

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.

    Fix Version: 2.0-beta-2

> 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
>      Fix For: 2.0-beta-2

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org