diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index 76002cad..cb6e0c48 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -583,6 +583,7 @@ + diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 66fddd1f..5a7a283c 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -25,6 +25,7 @@ maven.xdoc.includeProjectDocumentation = yes maven.xdoc.crumb.separator=| maven.xdoc.theme.url= +maven.xdoc.theme=theme # 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 diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index b06093f8..5957abfb 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -60,7 +60,7 @@ @import url("${maven.xdoc.theme.url}"); ]]> + Exclude .fml files from copy to target directory Add a "classic" theme CSS Added new download report along with a new link in the Maven diff --git a/xdoc/xdocs/faq.fml b/xdoc/xdocs/faq.fml index 77e1b324..ad2fb822 100644 --- a/xdoc/xdocs/faq.fml +++ b/xdoc/xdocs/faq.fml @@ -26,7 +26,7 @@ How can I get the "classic" (Maven 1.0 RC1 and below) theme on my site? You can switch to the classic CSS by setting - maven.xdoc.theme.url=./style/maven-classic.css + maven.xdoc.theme=classic