document Maven 1.1 requirement for FTP

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-11 05:58:26 +00:00
parent 8a39eac2a0
commit d41619f2ff
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@
<td>
Deploys the site by FTP'ing the docs to the <code>pom.siteDirectory</code>
directory on the <code>pom.siteAddress</code> server.
<b>Requires Maven 1.1</b>
</td>
</tr>
<tr>

View File

@@ -98,7 +98,7 @@
<td>
This uses FTP to transfer the files. The site directory is recursively copied to the remote server.
Note that unused files will not be removed. This method requires that an FTP server be running on the
remote server.
remote server. <b>Requires Maven 1.1</b>
</td>
</tr>
<tr>