Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1455 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1455 Summary: repository:* goals build wrong SSH command line Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Versions: 1.0 Assignee: Reporter: Dmitry Andrianov Created: Tue, 5 Oct 2004 4:22 PM Updated: Tue, 5 Oct 2004 4:22 PM Environment: Windows XP, JRE 1.4.2, Maven 1.0, Ant 1.5.3 / 1.6.2 Description: maven-repository-plugin-1.2 <define:tag name="exec"> ... <exec dir="." executable="${maven.ssh.executable}"> <arg line='${maven.repo.central} -l ${maven.username} "${command}"'/> </exec> </define:tag> This means SSH command line will look like SSH host -l user "command" But manpage for any SSH I know says -lusername goes BEFORE hostname. And although it still works on UNIXes, it does not work with SecureCRT implementation of command line ssh client. If I put -lusername before hostname, everything start working. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
