You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/03/11 11:53:36 UTC

[maven-bug] New comment: (MAVEN-324) wrong parameter order in deploy plugin

The following comment has been added to this issue:

     Author: Fabian Ritzmann
    Created: Tue, 11 Mar 2003 4:53 AM
       Body:
One more thing, the Putty scp utility does not support the username@address notation, it needs to be "-l username address".

---------------------------------------------------------------------
View the issue:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-324


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-324
    Summary: wrong parameter order in deploy plugin
       Type: Bug

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
  Component: plugin-dist
   Versions:
             1.0-beta-9

   Assignee: Jason van Zyl
   Reporter: Fabian Ritzmann

    Created: Tue, 11 Mar 2003 4:10 AM
    Updated: Tue, 11 Mar 2003 4:10 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.werken.com/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira