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