A new property is added : maven.xdoc.xml.copy
A comma separated list of patterns to specify xml files to copy from ${maven.docs.src} to ${maven.docs.dest} without to perform a transformation to HTML.
The default value is empty (no xml files are copied).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116185 13f79535-47bb-0310-9956-ffa450edef68
- The xdoc plugin now supports generating custom reports using Jelly. It was previously only supporting Velocity. Simply name your report templates with a ".jelly" extension.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115154 13f79535-47bb-0310-9956-ffa450edef68
${maven.ui.navcol.width} now defaults to 20% and replaces a hardcoded
20% in the site.jsl. With the new hierarchic expanding navigation,
it can get pretty wide when pushed to its limits.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114314 13f79535-47bb-0310-9956-ffa450edef68
its more descriptive. The docs are always generated, this property is
just a little shortcut to have them not displayed in the navigation bar.
I've also updated the documentation to reflect this change.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112834 13f79535-47bb-0310-9956-ffa450edef68
"Project Documentation" section of the navbar (i.e. the Maven generated
stuff). This is useful for documentation sites only. The new property
is:
maven.xdoc.generateProjectDocumentation = yes
If you want to disable the generation, set this value to 'no' in your
project.properties.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112833 13f79535-47bb-0310-9956-ffa450edef68