The following comment has been added to this issue:

     Author: Fabian Ritzmann
    Created: Mon, 4 Aug 2003 9:12 AM
       Body:
I myself don't have this issue anymore because I don't have to use Windows/Putty 
anymore. I suppose it's a rare case. OTOH, it's a one-line code change that would help 
all those poor users that need to pass exotic options to SSH.

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

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-325


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-325
    Summary: need to pass ssh command line args to deploy plugin
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: WON'T FIX

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-other
   Fix Fors:
             1.1
   Versions:
             1.0-beta-9

   Assignee: 
   Reporter: Fabian Ritzmann

    Created: Tue, 11 Mar 2003 4:26 AM
    Updated: Mon, 4 Aug 2003 8:58 AM
Environment: Windows 2000
Putty

Description:
I need to be able to execute ssh (Putty) like this:

plink -load profile ...

Modifying plugin.jelly in the deploy plugin like this would help:

      <j:if test="${assureDirectoryCommandX != 'X'}">
        <exec dir="." executable="${commander}">
          <arg line="${maven.ssh.args} -l ${username} ${siteAddress} 
'${assureDirectoryCommand} ${resolvedDirectory}'"/>
        </exec>
      </j:if>
      
      <exec dir="." executable="${copier}">
        <arg value="${artifact}"/>
        <arg value="${maven.scp.args} [EMAIL PROTECTED]:${resolvedDirectory}"/>
      </exec>




---------------------------------------------------------------------
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]

Reply via email to