From 33ca1d8b46909604c0349ef683b3c23bcd977373 Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 4 Jul 2003 04:42:27 +0000 Subject: [PATCH] Navigation for multiprojects git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113580 13f79535-47bb-0310-9956-ffa450edef68 --- .../templates/navigation-aggregate.xml | 16 ++++++++++++++++ .../templates/navigation-independent.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 multiproject/src/plugin-resources/templates/navigation-aggregate.xml create mode 100644 multiproject/src/plugin-resources/templates/navigation-independent.xml diff --git a/multiproject/src/plugin-resources/templates/navigation-aggregate.xml b/multiproject/src/plugin-resources/templates/navigation-aggregate.xml new file mode 100644 index 00000000..f41c7e45 --- /dev/null +++ b/multiproject/src/plugin-resources/templates/navigation-aggregate.xml @@ -0,0 +1,16 @@ + + + + + $pom.name + + + + #foreach ($reactorProject in $reactorProjects) + + #end + + + + + diff --git a/multiproject/src/plugin-resources/templates/navigation-independent.xml b/multiproject/src/plugin-resources/templates/navigation-independent.xml new file mode 100644 index 00000000..b2c88ff7 --- /dev/null +++ b/multiproject/src/plugin-resources/templates/navigation-independent.xml @@ -0,0 +1,16 @@ + + + + + $pom.name + + + + #foreach ($reactorProject in $reactorProjects) + + #end + + + + +