Added "Using Putty as ssh client" section

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2004-08-23 21:09:01 +00:00
parent 6e89eaf4cf
commit b07bcd4524

View File

@@ -95,5 +95,12 @@
</tr>
</table>
</section>
<section name="Using Putty as ssh client">
<p>Set the following porperties (preferably in your %HOME%/build.properties)</p>
<source>
maven.scp.executable=pscp
maven.ssh.executable=plink
</source>
</section>
</body>
</document>