diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl
index d983877e..b2139bd1 100644
--- a/xdoc/src/plugin-resources/site.jsl
+++ b/xdoc/src/plugin-resources/site.jsl
@@ -129,17 +129,32 @@
+
-
Last published: ${build.date}
- | Doc for ${version}
+
+
+ ${maven.xdoc.crumb.separator}
+
+ Doc for ${version}
+
Last published: ${build.date}
- |
+
+
+ ${maven.xdoc.crumb.separator}
+
+ Doc for ${version}
+
+
+
+ ${maven.xdoc.crumb.separator}
+
+
@@ -219,7 +234,7 @@
- - Last published: ${build.date}
+ © - Last published: ${build.date}
diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 630a0694..f3f5bd4e 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -23,9 +23,11 @@
Changes
dIon Gillard
Vincent Massol
+
Arnaud HERITIER
+ Show version if maven.xdoc.date=right
Added dt css style
Add a legend for the symbols in the xdoc, disabled by setting maven.xdoc.legend=false
diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml
index 2dcd3e63..64d72c41 100644
--- a/xdoc/xdocs/properties.xml
+++ b/xdoc/xdocs/properties.xml
@@ -28,6 +28,11 @@
+
+ | Property name |
+ Optional? |
+ Description |
+
| maven.docs.dest |
Yes |
@@ -60,6 +65,11 @@
+
+ | Property name |
+ Optional? |
+ Description |
+
| maven.docs.outputencoding |
Yes |
@@ -75,6 +85,11 @@
+
+ | Property name |
+ Optional? |
+ Description |
+
| maven.xdoc.theme |
Yes |
@@ -111,7 +126,6 @@
bottom : after the organization name, in the footer
If "maven.xdoc.date" is left empty, no date is shown on the site (default).
- The default "maven.xdoc.date.locale" is "en" (ie: english).
@@ -131,6 +145,17 @@
Defaults to "en", ie english.
+
+ | maven.xdoc.version |
+ Yes |
+
+ The version number to show next to the date. This only works if you also set
+ maven.xdoc.date to either left or right.
+ A common way to use it is like this:
+ maven.xdoc.version=${pom.currentVersion}.
+ If maven.xdoc.version is left empty, no version is shown on the site (default).
+ |
+
| maven.xdoc.includeProjectDocumentation |
Yes |