Update of /var/cvs/all/maven-site
In directory james.mmbase.org:/tmp/cvs-serv4391/maven-site

Modified Files:
        maven.xml 
Log Message:
 MMB-1475  Nightly build does not contain generated documentation any more.


See also: http://cvs.mmbase.org/viewcvs/all/maven-site
See also: http://www.mmbase.org/jira/browse/MMB-1475


Index: maven.xml
===================================================================
RCS file: /var/cvs/all/maven-site/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- maven.xml   27 Mar 2008 23:27:06 -0000      1.1
+++ maven.xml   25 Apr 2008 15:19:07 -0000      1.2
@@ -34,4 +34,20 @@
                
tofile="${maven.multiproject.plugin.resources}/templates/projects-overview.jelly"/>
   </postGoal>
   
+  <postGoal name="site">
+    <ant:copy todir="${maven.docs.dest}/documentation" 
preservelastmodified="true">
+      <ant:mapper type="regexp" from="mmbase-(.*)docbook(.*)" to="\2" />
+      <ant:fileset dir="${maven.docs.dest}/multiproject/">
+        <include name="**/docbook/**"/>
+      </ant:fileset>
+    </ant:copy>
+    
+    <ant:copy todir="${maven.docs.dest}/documentation" 
preservelastmodified="true">
+      <ant:mapper type="regexp" from="docbook(.*)" to="\1" />
+      <ant:fileset dir="${maven.docs.dest}/multiproject/mmbase">
+        <include name="docbook/**"/>
+      </ant:fileset>
+    </ant:copy>
+  </postGoal>
+  
 </project>
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to