The following comment has been added to this issue:

     Author: Ben Walding
    Created: Mon, 4 Aug 2003 8:52 AM
       Body:
That's correct - plink / pscp do the reasonable thing.

If I create a profile shnub with all my details including connecting to a host 
192.168.2.3

Then when I go

plink shnub 
or
pscp shnub

It will connect to 192.168.2.3 with the correct settings.


I don't see that we really need to support -load directive given the above scenario.
---------------------------------------------------------------------
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: Unassigned
   Priority: Minor

 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:40 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