You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/10/30 23:44:03 UTC

[jira] Reopened: (MNG-4877) Regression: Deploy to SCP with privateKey fails - privateKey and passphrase gets lost

     [ http://jira.codehaus.org/browse/MNG-4877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann reopened MNG-4877:
------------------------------------


> Regression: Deploy to SCP with privateKey fails - privateKey and passphrase gets lost
> -------------------------------------------------------------------------------------
>
>                 Key: MNG-4877
>                 URL: http://jira.codehaus.org/browse/MNG-4877
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Bernhard Mähr
>             Fix For: 3.0.1
>
>
> Hello!
> Using the maven-deploy-plugin version 2.5 to deploy to a server with scp and private key fails after the upgrade to maven 3.
> The configuration is stored in setting.xml
>       <id>mymavenrepo</id>
>       <username>myuser</username>
>       <privateKey>C:/Dokumente und Einstellungen/bmaehr/.ssh/myprivatekey.id</privateKey>
>       <passphrase>mypassword</passphrase>
> The configuration is correctly loaded by maven and available at org.apache.maven.repository.legacy.LegacyRepositorySystem.getAuthentication(RepositorySystemSession, ArtifactRepository). But at this place the conversation to org.apache.maven.artifact.repository.Authentication happens and only username and password is forwarded and privateKey and passphrase gets lost.
> At org.apache.maven.RepositoryUtils.toRepo(ArtifactRepository) the information is converted back to org.sonatype.aether.repository.Authentication but the privateKey and passphrase are not recovered. 

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