diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index e7676cb0..af06f99a 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -170,7 +170,8 @@ ${name} - + + diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 50e40ffa..fd1770df 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -7,6 +7,8 @@ maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html maven.xdoc.includeProjectDocumentation = yes +maven.xdoc.crumb.separator=| + # # DATE Preferences # diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 1db07ac4..4bfabdf3 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -276,7 +276,7 @@ - | + ${maven.xdoc.crumb.separator} diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index bae79716..4698f25d 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fix MAVEN-966. Evenly space breadcrumbs, customize separator. + Fix MAVEN-962. Better timezone calcs. diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml index 565b2566..a03f83c9 100644 --- a/xdoc/xdocs/properties.xml +++ b/xdoc/xdocs/properties.xml @@ -378,6 +378,11 @@ + + maven.xdoc.crumb.separator + Yes + The separator between links. Defaults to | + maven.xdoc.date Yes
|