diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index 6dfebc09..d7cfb861 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -266,8 +266,8 @@ + var="includeProjectDocumentation" + value="${maven.xdoc.includeProjectDocumentation}"/> diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index f06a330b..88759fe5 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -10,7 +10,7 @@ maven.docs.outputencoding = ISO-8859-1 maven.gen.docs = ${maven.build.dir}/generated-xdocs maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/turbine/maven/development-process.html -maven.xdoc.generateProjectDocumentation = yes +maven.xdoc.includeProjectDocumentation = yes # # DATE Preferences diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 0becbff8..5d17b60e 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -147,7 +147,7 @@ ! Check to see if the user wishes to include the ! maven-generated docs on their site. !--> - +
Project Documentation
diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml index 5becac70..558f83d1 100644 --- a/xdoc/xdocs/properties.xml +++ b/xdoc/xdocs/properties.xml @@ -411,6 +411,19 @@ 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