From c7ee06ca7dd9e9ce87268b9930a0a6f4b17bc8fc Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 10 May 2004 14:42:12 +0000 Subject: [PATCH] Fix navigation template for independent navigation git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115214 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/plugin-resources/templates/navigation-independent.xml | 2 +- multiproject/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/multiproject/src/plugin-resources/templates/navigation-independent.xml b/multiproject/src/plugin-resources/templates/navigation-independent.xml index 081748d8..074e71b5 100644 --- a/multiproject/src/plugin-resources/templates/navigation-independent.xml +++ b/multiproject/src/plugin-resources/templates/navigation-independent.xml @@ -25,7 +25,7 @@ #if ($overviewPageCreate == "true" ) - + #end #foreach ($reactorProject in $multiprojects) diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml index f809662d..fcb6b0db 100644 --- a/multiproject/xdocs/changes.xml +++ b/multiproject/xdocs/changes.xml @@ -26,6 +26,7 @@ + Fix navigation template for independent navigation When executing multiproject:site, generate the top level site after the subprojects site have been generated. This is required