kaz 02/04/11 19:10:19
Modified: xdocs build-file.xml properties.xml
Log:
Added a few notes about the new maven.username property.
Revision Changes Path
1.26 +11 -0 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build-file.xml 10 Apr 2002 21:09:52 -0000 1.25
+++ build-file.xml 12 Apr 2002 02:10:19 -0000 1.26
@@ -531,6 +531,17 @@
project descriptor</a>. After the site has been transferred,
it is then installed into the appropriate directory.
</p>
+ <p>
+ You must specify the username to use when connecting to the
+ remote host via the <code>${maven.username}</code> property.
+ This property is normally specified in your
+ <code>${user.home}/build.properties</code>, or via the Ant
+ command-line. For example, <code>ant -Dmaven.username=kaz
+ maven:deploy-site</code> specifies that <code>kaz</code>
+ should be used as the username when connecting to the remote
+ site. If the <code>${maven.username}</code> property is not
+ set, an error is generated.
+ </p>
</subsection>
</section>
<section name="build-metrics.xml">
1.6 +12 -0 jakarta-turbine-maven/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/properties.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- properties.xml 10 Apr 2002 21:09:52 -0000 1.5
+++ properties.xml 12 Apr 2002 02:10:19 -0000 1.6
@@ -110,6 +110,18 @@
</td>
</tr>
<tr>
+ <td>maven.username</td>
+ <td>No</td>
+ <td>
+ Specifies the username to use when connecting to a remote
+ site via SSH. This property is used when the
+ <a
href="build-file.html#maven:deploy-site"><code>maven:deploy-site</code></a>
+ target is invoked. Typically, this property is set in a
+ user's <code>${user.home}/build.properties</code> flie or
+ specified on the Ant command-line.
+ </td>
+ </tr>
+ <tr>
<td>proxy.host</td>
<td>Yes</td>
<td>