diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly
index 553704d6..d06d5384 100644
--- a/plugin/plugin.jelly
+++ b/plugin/plugin.jelly
@@ -56,7 +56,7 @@
| maven.docs.dest | +Yes | +
+ Specifies the location of the transformed xdocs. This is
+ used by the "xdoc" goal.
+ The default value is ${maven.build.dir}/docs.
+ |
+
| maven.docs.src | +Yes | +
+ Specifies the location of the project's xdoc
+ documentation. This is used by the "xdoc" goal.
+ The default value is ${basedir}/xdocs.
+ |
+
| maven.gen.docs | +Yes | +
+ Specifies the location where Maven-generated xdocs are
+ stored. The generated xdocs are then later transformed to
+ HTML. The default value is
+ ${maven.build.dir}/generated-xdocs.
+ |
+
| maven.docs.outputencoding | +Yes | +
+ Specifies the output encoding of the DVSL generated docs.
+ The default value is ISO-8859-1, an encoding supporting
+ english characters as well as most
+
+ european languages.
+ |
+
| maven.xdoc.theme | +Yes | +
+ The documentation theme to use. The default is theme,
+ and valid values are theme (RC2+) or classic
+ (used in Maven RC1 and below).
+ |
+
| maven.xdoc.theme.url | +Yes | ++ The documentation theme to use. The URL should point to a CSS file + that can be used in addition to maven-base.css. + | +
| maven.xdoc.crumb.separator | +Yes | +The separator between links. Defaults to | |
+
| maven.xdoc.date | +Yes | +
+ Allows the user to show the site generation date on the generated
+ website. One can place the date in 5 locations with "maven.xdoc.date":
+
|
+
| maven.xdoc.date.format | +Yes | ++ Sets the format of the date to display. + Defaults to "dd MMMM yyyy" (eg: "14 August 2002"). + For details on the format, see SimpleDateFormat in the jdk documentation. + | +
| maven.xdoc.date.locale | +Yes | ++ Sets the locale used for the date. + Defaults to "en", ie english. + | +
| maven.xdoc.includeProjectDocumentation | +Yes | ++ Specifies if Maven should display the maven generated + project documentation on the site's navigation bar. By + default, Maven includes numerous reports and information + regarding a project. Set this value to 'no' to prevent the + inclusion on the navigation bar. Users building a + documentation site only (non-project related) will find this + value useful. + | +
| maven.xdoc.developmentProcessUrl | +Yes | ++ Sets the url of development process page. + Defaults to + http://maven.apache.org/development-process.html. + | +
| maven.xdoc.poweredby.image | +Yes | ++ Sets the name of the image to use (see images/logos). + The default is the propaganda logo by Stéphane Mor. + | +
| maven.xdoc.poweredby.title | +Yes | ++ Sets the title of the link for the powered + by logo. Defaults to "Powered by Maven" + | +
| maven.xdoc.poweredby.url | +Yes | ++ Sets the target of the link for the powered + by logo. Defaults to "http://maven.apache.org/" + | +
| maven.xdoc.jsl | +Yes | +
+ The JSL stylesheet used to convert xdocs to HTML. To override, specify as a
+ file: URL.
+ |
+
| maven.xdoc.distributionUrl | +Yes | +
+ Location where the artifacts are distributed. This property is
+ optional. If it is not defined, then the Download report will
+ not be added to the navigation menu. NOTE: In the future this
+ information will be described in the POM. Usage example:
+ maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins.
+ |
+
| maven.xdoc.distributionType | +Yes | +
+ Type of the distributed artifact. Override this property if
+ your project is distributing artifacts of a type different
+ that the default. NOTE: In the future
+ this information will be described in the POM.
+ Default value: maven.xdoc.distributionType=jar
+ |
+
| Property | Optional? | Description |
|---|---|---|
| maven.docs.dest | -Yes | -
- Specifies the location of the transformed xdocs. This is
- used by the "xdoc" goal.
- The default value is ${maven.build.dir}/docs.
- |
-
| maven.docs.src | -Yes | -
- Specifies the location of the project's xdoc
- documentation. This is used by the "xdoc" goal.
- The default value is ${basedir}/xdocs.
- |
-
| maven.gen.docs | -Yes | -
- Specifies the location where Maven-generated xdocs are
- stored. The generated xdocs are then later transformed to
- HTML. The default value is
- ${maven.build.dir}/generated-xdocs.
- |
-
| maven.docs.outputencoding | -Yes | -
- Specifies the output encoding of the DVSL generated docs.
- The default value is ISO-8859-1, an encoding supporting
- english characters as well as most
-
- european languages.
- |
-
| maven.xdoc.crumb.separator | -Yes | -The separator between links. Defaults to | |
-
| maven.xdoc.date | -Yes | -
- Allows the user to show the site generation date on the generated
- website. One can place the date in 5 locations with "maven.xdoc.date":
-
|
-
| maven.xdoc.date.format | -Yes | -- Sets the format of the date to display. - Defaults to "dd MMMM yyyy" (eg: "14 August 2002"). - For details on the format, see SimpleDateFormat in the jdk documentation. - | -
| maven.xdoc.date.locale | -Yes | -- Sets the locale used for the date. - Defaults to "en", ie english. - | -
| maven.xdoc.includeProjectDocumentation | -Yes | -- Specifies if Maven should display the maven generated - project documentation on the site's navigation bar. By - default, Maven includes numerous reports and information - regarding a project. Set this value to 'no' to prevent the - inclusion on the navigation bar. Users building a - documentation site only (non-project related) will find this - value useful. - | -
| maven.xdoc.developmentProcessUrl | -Yes | -- Sets the url of development process page. - Defaults to - http://maven.apache.org/development-process.html. - | -
| maven.xdoc.poweredby.image | -Yes | -- Sets the name of the image to use (see images/logos). - The default is the propaganda logo by Stéphane Mor. - | -
| maven.xdoc.poweredby.title | -Yes | -- Sets the title of the link for the powered - by logo. Defaults to "Powered by Maven" - | -
| maven.xdoc.poweredby.url | -Yes | -- Sets the target of the link for the powered - by logo. Defaults to "http://maven.apache.org/" - | -
| maven.xdoc.jsl | -Yes | -
- The JSL stylesheet used to convert xdocs to HTML. To override, specify as a
- file: URL.
- |
-
| maven.xdoc.distributionUrl | -Yes | -
- Location where the artifacts are distributed. This property is
- optional. If it is not defined, then the Download report will
- not be added to the navigation menu. NOTE: In the future this
- information will be described in the POM. Usage example:
- maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins.
- |
-
| maven.xdoc.distributionType | -Yes | -
- Type of the distributed artifact. Override this property if
- your project is distributing artifacts of a type different
- that the default. NOTE: In the future
- this information will be described in the POM.
- Default value: maven.xdoc.distributionType=jar
- |
-