Full name:
org.apache.maven.plugins:maven-site-plugin:2.0.1:deploy
Description:
scp
or
file
protocol to the site URL specified in the
<distributionManagement>
section of the POM.
For scp
protocol, the website files are packaged
into zip archive, then the archive is transfered to the remote
host, next it is un-archived. This method of deployment should
normally be much faster than making a file by file copy. For
file
protocol, the files are copied directly to the
destination directory.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
inputDirectory | File |
- |
Directory containing the generated project sites and report
distributions. |