diff --git a/multiproject/plugin.jelly b/multiproject/plugin.jelly index 574a945f..24c05d23 100644 --- a/multiproject/plugin.jelly +++ b/multiproject/plugin.jelly @@ -186,13 +186,12 @@ Creating overview page - + diff --git a/multiproject/src/plugin-resources/templates/projects-overview.jelly b/multiproject/src/plugin-resources/templates/projects-overview.jelly new file mode 100644 index 00000000..be31fb3a --- /dev/null +++ b/multiproject/src/plugin-resources/templates/projects-overview.jelly @@ -0,0 +1,63 @@ + + + + + + + + + + ${overviewPageTitle} + + + +
+

+ + ${overviewPageText} + +

+ + + + + + + + + + + + + + + +
${project.name}${project.name}${project.shortDescription}
+ +
+ + +
+
diff --git a/multiproject/src/plugin-resources/templates/projects-overview.xml b/multiproject/src/plugin-resources/templates/projects-overview.xml deleted file mode 100644 index 4663dc59..00000000 --- a/multiproject/src/plugin-resources/templates/projects-overview.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - $overviewPageTitle - - -
-

- #if ($overviewPageText && $overviewPageText.length() > 0) - ${overviewPageText} -
- #end -

- - #foreach ($project in $multiprojects) - - #if ($navType == "aggregate") - - #else - - #end - - - #end -
${project.name}${project.name}${project.shortDescription}
-
- -
\ No newline at end of file diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml index 1a8988ac..5800bd94 100644 --- a/multiproject/xdocs/changes.xml +++ b/multiproject/xdocs/changes.xml @@ -26,7 +26,8 @@ - Can not mix multiproject goals with other/custom goals + multiproject:site fails if sub-projects has a & on POM. + Can not mix multiproject goals with other/custom goals. Set version of the