You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/08/23 23:09:01 UTC

cvs commit: maven-plugins/site/xdocs properties.xml

carlos      2004/08/23 14:09:01

  Modified:    site/xdocs properties.xml
  Log:
  Added "Using Putty as ssh client" section
  
  Revision  Changes    Path
  1.5       +7 -0      maven-plugins/site/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/xdocs/properties.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- properties.xml	8 Mar 2004 11:08:41 -0000	1.4
  +++ properties.xml	23 Aug 2004 21:09:01 -0000	1.5
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org