From b07bcd452449d46c2a50ede725c1380e9dc05c2c Mon Sep 17 00:00:00 2001 From: carlos Date: Mon, 23 Aug 2004 21:09:01 +0000 Subject: [PATCH] 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 --- site/xdocs/properties.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/xdocs/properties.xml b/site/xdocs/properties.xml index e9e68460..8af221e5 100644 --- a/site/xdocs/properties.xml +++ b/site/xdocs/properties.xml @@ -95,5 +95,12 @@ +
+

Set the following porperties (preferably in your %HOME%/build.properties)

+ +maven.scp.executable=pscp +maven.ssh.executable=plink + +