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:
parent
609954026b
commit
33eb07706d
@ -170,7 +170,7 @@
|
||||
<j:if test="${siteClean}">
|
||||
<echo>Cleaning destination first</echo>
|
||||
<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>
|
||||
</j:if>
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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-27">FTP deployment doesn't create the remote directory root.</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user