You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/09/13 17:57:03 UTC

[jira] Closed: (MPSITE-36) site clean command in 'site:sshdeploy' goal doesn't take maven.ssh.args parameter

     [ http://jira.codehaus.org/browse/MPSITE-36?page=all ]
     
Lukas Theussl closed MPSITE-36:
-------------------------------

     Assign To: Lukas Theussl
    Resolution: Duplicate

Duplicate of MPSITE-24

> site clean command in 'site:sshdeploy' goal doesn't take maven.ssh.args parameter
> ---------------------------------------------------------------------------------
>
>          Key: MPSITE-36
>          URL: http://jira.codehaus.org/browse/MPSITE-36
>      Project: maven-site-plugin
>         Type: Bug
>   Components: plugin
>     Versions: 1.6.1
>     Reporter: Alexey Demakov
>     Assignee: Lukas Theussl
>     Priority: Trivial

>
> Original Estimate: 5 minutes
>         Remaining: 5 minutes
>
> in site:sshdeploy:
>     <j:if test="${siteClean}">
>       <echo>Cleaning destination first</echo>
>       <exec dir="." executable="${maven.ssh.executable}">
>         <arg line="${siteUsername}@${siteAddress} 'rm -r ${siteDirectory}'" />
>       </exec>
>     </j:if>
> should be 
>     <j:if test="${siteClean}">
>       <echo>Cleaning destination first</echo>
>       <exec dir="." executable="${maven.ssh.executable}">
>         <arg line="${maven.ssh.args} ${siteUsername}@${siteAddress} 'rm -r ${siteDirectory}'" />
>       </exec>
>     </j:if>

-- 
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
-
For more information on JIRA, 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