Index: maven.xml
===================================================================
RCS file: /home/cvspublic/incubator-geronimo/maven.xml,v
retrieving revision 1.44
diff -u -r1.44 maven.xml
--- maven.xml	17 Nov 2003 10:57:39 -0000	1.44
+++ maven.xml	22 Nov 2003 22:33:51 -0000
@@ -167,7 +167,7 @@
         <modules:reactor goals="build"/>
     </goal>
 
-    <goal name="modules:site">
+    <goal name="modules:site">     
         <modules:reactor goals="site" aggregate="false"/>
     </goal>
 
@@ -447,6 +447,15 @@
     <preGoal name="site">
         <attainGoal name="modules:aggregate:site"/>
     </preGoal>
+
+    <postGoal name="site">
+        <ant:mkdir dir="${basedir}/site" />
+        <ant:copy toDir="${basedir}/site">
+                <ant:fileset dir="${basedir}/target/docs">
+                        <ant:incude name="**/*"/>
+                </ant:fileset>
+        </ant:copy>
+    </postGoal>
 
     <goal name="modules:aggregate:site" prereqs="modules:site"
         description="Copy the generated websites of all the modules into the root project">
