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 + + + + +