vmassol     02/05/27 13:41:42

  Modified:    xdocs/ref properties.xml
  Log:
  documented the properties that can be used to define the ssh and scp executables to 
use
  
  Revision  Changes    Path
  1.19      +31 -9     jakarta-turbine-maven/xdocs/ref/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/properties.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- properties.xml    24 May 2002 17:20:56 -0000      1.18
  +++ properties.xml    27 May 2002 20:41:42 -0000      1.19
  @@ -1359,15 +1359,37 @@
             </td>
           </tr>
           <tr>
  -            <td>maven.docs.outputencoding</td>
  -            <td>Yes</td>
  -            <td>
  -                Specifies the output encoding of the DVSL generated docs.
  -                The default value is <code>ISO-8859-1</code>, an encoding supporting
  -                english characters as well as most 
  -                <a href="http://www.w3.org/International/O-charset-lang.html";>
  -                european languages.</a>
  -            </td>
  +          <td>maven.docs.outputencoding</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the output encoding of the DVSL generated docs.
  +            The default value is <code>ISO-8859-1</code>, an encoding supporting
  +            english characters as well as most
  +            <a href="http://www.w3.org/International/O-charset-lang.html";>
  +            european languages.</a>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>$maven.scp.executable</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the name (and possibly location) of the remote secure
  +            copy executable to use (SCP). This is used by the
  +            <a href="build-file.html#maven:deploy-site">maven:deploy-site</a>
  +            target. The default value is <code>scp</code> (i.e. an executable
  +            named <code>scp</code> must be in your path).
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>$maven.ssh.executable</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the name (and possibly location) of the remote secure
  +            shell executable to use (SSH). This is used by the
  +            <a href="build-file.html#maven:deploy-site">maven:deploy-site</a>
  +            target. The default value is <code>ssh</code> (i.e. an executable
  +            named <code>ssh</code> must be in your path).
  +          </td>
           </tr>
         </table>
       </section>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to