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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user