dion 2003/10/08 09:27:18
Modified: src/plugins-build/multiproject/src/plugin-resources/templates
projects-overview.xml
src/plugins-build/multiproject/xdocs changes.xml
Log:
Fix for Maven-887
Revision Changes Path
1.6 +1 -1
maven/src/plugins-build/multiproject/src/plugin-resources/templates/projects-overview.xml
Index: projects-overview.xml
===================================================================
RCS file:
/home/cvs/maven/src/plugins-build/multiproject/src/plugin-resources/templates/projects-overview.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- projects-overview.xml 5 Oct 2003 15:48:11 -0000 1.5
+++ projects-overview.xml 8 Oct 2003 16:27:18 -0000 1.6
@@ -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
1.11 +3 -0 maven/src/plugins-build/multiproject/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/multiproject/xdocs/changes.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- changes.xml 8 Oct 2003 15:34:40 -0000 1.10
+++ changes.xml 8 Oct 2003 16:27:18 -0000 1.11
@@ -8,6 +8,9 @@
<body>
<release version="1.2" date="in CVS">
<action dev="dion" type="fix">
+ Fix for MAVEN-887
+ </action>
+ <action dev="dion" type="fix">
Only run all sub projects 'site' goal on multiproject site if navigation
type is aggregate.
Otherwise the info is not needed (i.e. independent).
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]