The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 8:40 AM
Comment:
I thought pscp worked ok. Ben???
Changes:
timeoriginalestimate changed from 0
timeestimate changed from 0 minutes
Component changed to plugin-other
Component changed from plugin-clover
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-325&page=history
---------------------------------------------------------------------
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]