You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/08 22:09:10 UTC

[jira] Updated: (MAVEN-324) wrong parameter order in deploy plugin

The following issue has been updated:

    Updater: Jason van Zyl (mailto:jason@zenplex.com)
       Date: Mon, 8 Sep 2003 3:08 PM
    Changes:
             Component changed to plugin-deploy
             Component changed from plugin-dist
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-324&page=history

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

  http://jira.codehaus.org/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: In Progress
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-deploy
   Fix Fors:
             1.0-final
   Versions:
             1.0-beta-9

   Assignee: Ben Walding
   Reporter: Fabian Ritzmann

    Created: Tue, 11 Mar 2003 4:10 AM
    Updated: Mon, 8 Sep 2003 3:08 PM
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org