Fix for Maven-887

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-10-08 16:27:18 +00:00
parent 2f60e33976
commit 42e9ed012b
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
#foreach ($project in $reactorProjects)
<tr>
#if ($navType == "aggregate")
<th><a href="/${aggregateDir}${project.artifactId}/index.html">${project.name}</a></th>
<th><a href="${aggregateDir}${project.artifactId}/index.html">${project.name}</a></th>
#else
<th><a href="${project.url}">${project.name}</a></th>
#end