Full name:
org.apache.maven.plugins:maven-site-plugin:2.3:deploy
Description:
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 | 2.3 | Directory containing the generated project sites and report
distributions. |
Name | Type | Since | Description |
---|---|---|---|
chmod | boolean | 2.1 | Whether to run the "chmod" command on the remote site after the
deploy. Defaults to "true". Default value is: true. |
chmodMode | String | 2.1 | The mode used by the "chmod" command. Only used if chmod = true.
Defaults to "g+w,a+rX". Default value is: g+w,a+rX. |
chmodOptions | String | 2.1 | The options used by the "chmod" command. Only used if chmod = true.
Defaults to "-Rf". Default value is: -Rf. |
inputEncoding | String | 2.3 | Specifies the input encoding. Default value is: ${project.build.sourceEncoding}. |
locales | String | 2.3 | A comma separated list of locales supported by Maven. The first
valid token will be the default Locale for this instance of the
Java Virtual Machine. |
outputEncoding | String | 2.3 | Specifies the output encoding. Default value is: ${project.reporting.outputEncoding}. |
siteDirectory | File | 2.3 | Directory containing the site.xml file and the source for apt, fml
and xdoc docs. Default value is: ${basedir}/src/site. |