Navigation for multiprojects
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<project name="$pom.name">
|
||||
|
||||
<title>$pom.name</title>
|
||||
|
||||
<body>
|
||||
<menu name="Projects">
|
||||
#foreach ($reactorProject in $reactorProjects)
|
||||
<item name="$reactorProject.name" href="/multiproject/${reactorProject.name}/index.html"/>
|
||||
#end
|
||||
</menu>
|
||||
|
||||
</body>
|
||||
</project>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<project name="$pom.name">
|
||||
|
||||
<title>$pom.name</title>
|
||||
|
||||
<body>
|
||||
<menu name="Projects">
|
||||
#foreach ($reactorProject in $reactorProjects)
|
||||
<item name="$reactorProject.name" href="${reactorProject.url}"/>
|
||||
#end
|
||||
</menu>
|
||||
|
||||
</body>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user