diff --git a/xdoc/src/plugin-resources/templates/maven-reports.xml b/xdoc/src/plugin-resources/templates/maven-reports.xml index 6492768a..54a48f3e 100644 --- a/xdoc/src/plugin-resources/templates/maven-reports.xml +++ b/xdoc/src/plugin-resources/templates/maven-reports.xml @@ -26,6 +26,7 @@ #end #else + #if ($files.file("$maven-docs-dest/changes.html").exists()) Changes This document provides a history of the changes made to the @@ -33,6 +34,7 @@ xdocs/changes.xml file. + #end #if ($project.repository) Change Log @@ -54,18 +56,20 @@ #end - Tasks + #if ($files.file("$maven-docs-dest/task.html").exists()) + Tasks This document provides a list of tasks that need to be completed for the project, generated from the xdocs/tasks.xml file. + #end Task List This document provides a list of tasks that need to be completed for the project, generated from the - @task javadoc tag in java source code. + @todo javadoc tag in java source code. #if ($files.file($project.build.unitTestSourceDirectory).exists())