adc         2003/11/24 20:17:04

  Modified:    .        maven.xml
  Log:
  Simple way to run clover in the subdirectories until I get my head around
  how this root project works.
  
  Revision  Changes    Path
  1.46      +6 -1      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- maven.xml 22 Nov 2003 20:08:54 -0000      1.45
  +++ maven.xml 25 Nov 2003 04:17:04 -0000      1.46
  @@ -174,6 +174,10 @@
       <goal name="modules:javadoc">
           <modules:reactor goals="javadoc" aggregate="false"/>
       </goal>
  +    
  +    <goal name="modules:clover">
  +        <modules:reactor goals="clover" aggregate="false"/>
  +    </goal>
   
       <goal name="modules:clean">
           <modules:reactor goals="clean" aggregate="false"/>
  @@ -206,6 +210,7 @@
       <goal name="default">
           <attainGoal name="modules:default"/>
       </goal>
  +
   
       <!-- ========================= -->
       <!-- Module Output Aggregation -->
  
  
  

Reply via email to