You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2004/03/13 18:22:48 UTC

cvs commit: jakarta-commons/configuration project.xml

epugh       2004/03/13 09:22:48

  Modified:    configuration project.xml
  Log:
  Integrate findbugs and tasks plugins.
  
  Revision  Changes    Path
  1.11      +19 -2     jakarta-commons/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/configuration/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	15 Feb 2004 11:58:37 -0000	1.10
  +++ project.xml	13 Mar 2004 17:22:48 -0000	1.11
  @@ -231,6 +231,21 @@
         <version>dbunit1.5.1</version>
       </dependency>
   
  +   <dependency> 
  +      <groupId>maven</groupId> 
  +      <artifactId>maven-tasks-plugin</artifactId> 
  +      <version>1.1.0</version> 
  +      <url>http://maven-plugins.sourceforge.net/maven-tasks-plugin/</url> 
  +      <type>plugin</type>
  +    </dependency> 
  +    <dependency> 
  +      <groupId>maven</groupId> 
  +      <artifactId>maven-findbugs-plugin</artifactId> 
  +      <version>0.7.1</version> 
  +      <url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url> 
  +      <type>plugin</type>
  +    </dependency> 
  +
     </dependencies>
   
     <build>
  @@ -314,6 +329,8 @@
       <report>maven-pmd-plugin</report>
       <report>maven-simian-plugin</report>
       <report>maven-faq-plugin</report>
  -    <report>maven-jcoverage-plugin</report>    
  +    <report>maven-jcoverage-plugin</report>
  +    <report>maven-tasks-plugin</report>   
  +    <report>maven-findbugs-plugin</report> 
     </reports>
   </project>
  
  
  

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