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:26:11 UTC

[maven-bug] Created: (MAVEN-325) need to pass ssh command line args to deploy plugin

Message:

  A new issue has been created in JIRA.

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

  http://jira.werken.com/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: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

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

   Assignee: Jason van Zyl
   Reporter: Fabian Ritzmann

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

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