SSH arguments not used in sshdeploy with clean

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280600 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-09-13 17:47:47 +00:00
parent 609954026b
commit 33eb07706d
2 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,7 @@
<j:if test="${siteClean}"> <j:if test="${siteClean}">
<echo>Cleaning destination first</echo> <echo>Cleaning destination first</echo>
<exec dir="." executable="${maven.ssh.executable}" failonerror="true"> <exec dir="." executable="${maven.ssh.executable}" failonerror="true">
<arg line="${siteUsername}@${siteAddress} 'rm -r ${siteDirectory}'" /> <arg line="${maven.ssh.args} -l ${siteUsername} ${siteAddress} 'rm -r ${siteDirectory}'" />
</exec> </exec>
</j:if> </j:if>

View File

@ -23,6 +23,7 @@
</properties> </properties>
<body> <body>
<release version="1.6.2-SNAPSHOT" date="In SVN"> <release version="1.6.2-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" issue="MPSITE-24" due-to="Julian Dunn">SSH arguments not used in <code>sshdeploy</code> with 'clean'.</action>
<action dev="aheritier" type="fix" issue="MPSITE-28" due-to="Davy Toch">Deploying the site documentation through SSH always results in 'Build Successful'.</action> <action dev="aheritier" type="fix" issue="MPSITE-28" due-to="Davy Toch">Deploying the site documentation through SSH always results in 'Build Successful'.</action>
<action dev="aheritier" type="fix" issue="MPSITE-27">FTP deployment doesn't create the remote directory root.</action> <action dev="aheritier" type="fix" issue="MPSITE-27">FTP deployment doesn't create the remote directory root.</action>
</release> </release>