vmassol     2003/09/20 14:33:47

  Modified:    framework project.xml
  Log:
  - Commented out statcvs at it's long to execute. Not sure it should be in the 
default reports. Maybe we need to have 2 kinds of reports: one for manual builds and 
one for automated builds? Will need to find out how this can be done...
  - Added PMD reports
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-cactus/framework/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       20 Sep 2003 21:19:54 -0000      1.3
  +++ project.xml       20 Sep 2003 21:33:47 -0000      1.4
  @@ -74,9 +74,10 @@
     </build>
   
     <reports>
  -    <report>maven-statcvs-plugin</report>
  +    <!--report>maven-statcvs-plugin</report-->
       <report>maven-license-plugin</report>
       <report>maven-checkstyle-plugin</report>
  +    <report>maven-pmd-plugin</report>
       <report>maven-linkcheck-plugin</report>
       <report>maven-simian-plugin</report>
     </reports>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to