jdillon 2003/09/01 03:05:06
Modified: . maven.xml
Log:
o fixed goal name
Revision Changes Path
1.33 +2 -2 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- maven.xml 1 Sep 2003 09:49:31 -0000 1.32
+++ maven.xml 1 Sep 2003 10:05:06 -0000 1.33
@@ -395,7 +395,7 @@
<attainGoal name="modules:aggregate:site"/>
</preGoal>
- <goal name="modules:copy-site" prereqs="modules:aggregate:site"
+ <goal name="modules:aggregate:site" prereqs="modules:site"
description="Copy the generated websites of all the modules into the
root project">
<ant:echo>Aggregating module site documentation...</ant:echo>