You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/11/24 17:13:44 UTC

cvs commit: jakarta-turbine-fulcrum/cache maven.xml project.xml

epugh       2004/11/24 08:13:43

  Modified:    cache    project.xml
  Added:       cache    maven.xml
  Log:
  JCoverage plugin dies with cache
  
  Revision  Changes    Path
  1.14      +19 -0     jakarta-turbine-fulcrum/cache/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/cache/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml	24 Nov 2004 13:46:34 -0000	1.13
  +++ project.xml	24 Nov 2004 16:13:39 -0000	1.14
  @@ -32,6 +32,25 @@
       </dependency>
     </dependencies>
   
  +  <!-- override reports to avoid jcoverage plugin -->
  +  <reports>
  +    <report>maven-jdepend-plugin</report>
  +    <report>maven-changelog-plugin</report>
  +    <report>maven-changes-plugin</report>
  +    <report>maven-developer-activity-plugin</report>
  +    <report>maven-file-activity-plugin</report>
  +    <report>maven-multiproject-plugin</report>
  +    <report>maven-faq-plugin</report>    
  +    <report>maven-pmd-plugin</report>
  +    <report>maven-simian-plugin</report>
  +
  +    <report>maven-javadoc-plugin</report>
  +    <report>maven-jxr-plugin</report>      
  +    <report>maven-junit-report-plugin</report>
  +
  +    
  +    
  +  </reports> 
   
   </project>
   
  
  
  
  1.1                  jakarta-turbine-fulcrum/cache/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="jar:jar" xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util">
  
    <preGoal name="site">
      <attainGoal name="maven-jcoverage-plugin:deregister"/>
    </preGoal>
  
  </project>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org