Преглед на файлове

added goal to copy statcvs results from rootdir to doc. Used in automated build.

Luke Taylor преди 20 години
родител
ревизия
e40f8c89ca
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      maven.xml

+ 7 - 0
maven.xml

@@ -43,4 +43,11 @@
         <attainGoal name="dashboard:report-single"/>
     </postGoal>
 
+    <goal name="copystatcvs">
+        <ant:mkdir dir="${rootdir}/doc/target/generated-xdocs/statcvs"/>
+        <ant:move todir="${rootdir}/doc/target/generated-xdocs/statcvs">
+            <ant:fileset dir="${rootdir}/target/generated-xdocs/statcvs"/>
+        </ant:move>
+    </goal>
+
 </project>