You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Juan F. Codagnone (JIRA)" <ji...@codehaus.org> on 2005/09/12 04:06:02 UTC

[jira] Created: (MAVEN-1686) be able to use sftp as a maven.repo.remote

be able to use sftp as a maven.repo.remote
------------------------------------------

         Key: MAVEN-1686
         URL: http://jira.codehaus.org/browse/MAVEN-1686
     Project: Maven
        Type: Wish
  Components: core  
 Reporter: Juan F. Codagnone



It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.



-- 
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


[jira] Updated: (MAVEN-1686) be able to use sftp as a maven.repo.remote

Posted by "Juan F. Codagnone (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1686?page=all ]

Juan F. Codagnone updated MAVEN-1686:
-------------------------------------

    Attachment: MAVEN-1686.diff

As a quick hack, this patch makes sftp work. Its limitation is that the username and password must be hardcoded in the url. 
Depends on WAGONSSH-11 . Instead of adding another if, i have created a WagonFactory.

Example:

$ cat project.properties
maven.repo.remote=sftp://${mytest.user}:${mytest.password}@localhost/tmp/ble

$ cat build.properties
mytest.user=test
mytest.password=test


> be able to use sftp as a maven.repo.remote
> ------------------------------------------
>
>          Key: MAVEN-1686
>          URL: http://jira.codehaus.org/browse/MAVEN-1686
>      Project: Maven
>         Type: Wish
>   Components: core
>     Reporter: Juan F. Codagnone
>  Attachments: MAVEN-1686.diff
>
>
> It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.

-- 
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


[jira] Updated: (MAVEN-1686) be able to use sftp as a maven.repo.remote

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1686?page=all ]

Brett Porter updated MAVEN-1686:
--------------------------------

    Description: 
It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.



  was:

It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.



    Fix Version: 1.1-beta-3

hsa patch

> be able to use sftp as a maven.repo.remote
> ------------------------------------------
>
>          Key: MAVEN-1686
>          URL: http://jira.codehaus.org/browse/MAVEN-1686
>      Project: Maven
>         Type: Wish

>   Components: core
>     Reporter: Juan F. Codagnone
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1686.diff
>
>
> It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.

-- 
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


[jira] Commented: (MAVEN-1686) be able to use sftp as a maven.repo.remote

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1686?page=comments#action_57334 ] 

Brett Porter commented on MAVEN-1686:
-------------------------------------

I needed more time to look at whether it was a good implementation, just wanted to make sure it didn't get missed.

> be able to use sftp as a maven.repo.remote
> ------------------------------------------
>
>          Key: MAVEN-1686
>          URL: http://jira.codehaus.org/browse/MAVEN-1686
>      Project: Maven
>         Type: Wish

>   Components: core
>     Reporter: Juan F. Codagnone
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1686.diff
>
>
> It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.

-- 
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


[jira] Commented: (MAVEN-1686) be able to use sftp as a maven.repo.remote

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1686?page=comments#action_57286 ] 

Arnaud Heritier commented on MAVEN-1686:
----------------------------------------

Brett, Why don't you apply yourself ?

> be able to use sftp as a maven.repo.remote
> ------------------------------------------
>
>          Key: MAVEN-1686
>          URL: http://jira.codehaus.org/browse/MAVEN-1686
>      Project: Maven
>         Type: Wish

>   Components: core
>     Reporter: Juan F. Codagnone
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1686.diff
>
>
> It would be nice to be able to use sftp remote private repositories, as they are easier to admin than https, with custom CA.

-- 
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