Message: The following issue has been closed.
Resolver: Emmanuel Venisse Date: Mon, 8 Mar 2004 5:58 AM Done. --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPDEPLOY-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPDEPLOY-2 Summary: wrong parameter order in deploy plugin Type: Bug Status: Closed Priority: Minor Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-deploy-plugin Fix Fors: 1.3 Versions: 1.1 Assignee: Reporter: Fabian Ritzmann Created: Tue, 11 Mar 2003 4:10 AM Updated: Mon, 8 Mar 2004 5:58 AM Environment: Windows 2000 Putty (ssh implementation) Description: The plugin.jelly in the deploy plugin contains the following lines: <exec dir="." executable="${commander}"> <arg line="${siteAddress} -l ${username} '${assureDirectoryCommand} ${resolvedDirectory}'"/> </exec> This doesn't work with my ssh client (Putty). The parameters (-l ${username}) need to be before the siteAddress. --------------------------------------------------------------------- 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]