You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2010/10/28 20:14:05 UTC

[jira] Closed: (WAGON-316) Incompatible with Maven 3

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

Brett Porter closed WAGON-316.
------------------------------

    Resolution: Duplicate
      Assignee: Brett Porter

> Incompatible with Maven 3
> -------------------------
>
>                 Key: WAGON-316
>                 URL: http://jira.codehaus.org/browse/WAGON-316
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh-external
>    Affects Versions: 1.0-beta-6
>         Environment: Windows 7 64 Bit, Java 1.6.0.22 64 Bit, Maven 3.0
>            Reporter: Xin Zoo
>            Assignee: Brett Porter
>
> Wagon-ssh-external does not evaluate my settings.xml or at least not properly. With Maven 2.2.1 everything works fine, but with Maven 3.0 i get an error:
> Command  "scp" is spelled wrong or could not be found.
> (I had to translate this message).
> My settings.xml looks like this (abbreviated):
> <settings>
>   <servers>
>     <server>
>       <id>inhouse-deploy</id>
>       <username>david</username>
>       <privateKey>c:\Users\xinzoo\.ssh\id_rsa.ppk</privateKey>
>       <configuration>
>         <sshExecutable>c:/Program Files (x86)/PuTTY/plink.exe</sshExecutable>
>         <scpExecutable>c:/Program Files (x86)/PuTTY/pscp.exe</scpExecutable>
>       </configuration>
>     </server>
>   </servers>
> </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