scpexe is looking for /usr/bin/ssh even though <sshExecutable>plink</sshExecutable> is specified ------------------------------------------------------------------------------------------------
Key: MNG-1776 URL: http://jira.codehaus.org/browse/MNG-1776 Project: Maven 2 Type: Bug Versions: 2.0 Environment: Win XP, sp2 client running OpenSSH, Putty, jdk 5.x, Maven2, <extension><artifactId>wagon-ssh-external</artifactId><version>1.0-alpha-5</version>... settings file contains: <sshExecutable>plink</sshExecutable> path includes OpenSSH\bin & ...\Putty W2K host, running OpenSSH Reporter: Michael Fiedler For release:perform & deploy: I am trying to use scpexe instead of scp. Using scp results in: Error installing artifact's metadata: Error while deploying metadata: Did receive proper ACK: '1' The client and the host both have OpenSSH installed. To guide me through the process, I am using http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html. However, I am still getting an error: ... [INFO] [deploy:deploy] [INFO] Retrieving previous build number from M2_repo_scpexe done Uploading: scpexe://host_name/com/werner/modules/1.5.2.1-SNAPSHOT/modules-1.5.2.1-20051207.201409-1.pom [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] Error deploying artifact: Exit code: 1 - /usr/bin/ssh: No such file or directory lost connection If I did not provide ssh as an sshExecutable, why is it trying to use ssh? My file structure is: pom.xml -- executed from here -apps |_pom.xml -modules |_pom.xml |_mod1 |_mod2 |_mod3 |_mod4 Thank you, Michael Fiedler -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]