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/12/01 04:16:55 UTC

[jira] Deleted: (MAVEN-325) need to pass ssh command line args to deploy plugin

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

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

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   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} ${username}@${siteAddress}:${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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org