Full name:
org.apache.maven.plugins:maven-site-plugin:3.9.1:effective-site
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<locales> | String | 2.3 | A comma separated list of locales to render. The first valid token
will be the default Locale for this site. Default value is: en. User property is: locales. |
<output> | File | 2.2 | Optional parameter to write the output of this help in a given
file, instead of writing to the console.
Note: Could be a relative path. User property is: output. |
<relativizeDecorationLinks> | boolean | 2.3 | Make links in the site descriptor relative to the project URL. By
default, any absolute links that appear in the site descriptor,
e.g. banner hrefs, breadcrumbs, menu links, etc., will be made
relative to project.url. Links will not be changed if this is set
to false, or if the project has no URL defined. Default value is: true. User property is: relativizeDecorationLinks. |
<siteDirectory> | File | 2.3 | Directory containing the site.xml file and the source
for hand written docs (one directory per Doxia-source-supported
markup types): see Doxia
Markup Languages References). Default value is: ${basedir}/src/site. |
<skip> | boolean | 3.0 | Set this to 'true' to skip site generation and staging. Default value is: false. User property is: maven.site.skip. |
Note: Could be a relative path.