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 2003/10/17 10:12:07 UTC

cvs commit: jakarta-commons-sandbox/configuration project.xml

epugh       2003/10/17 01:12:07

  Modified:    configuration project.xml
  Log:
  Add new reports.
  
  Revision  Changes    Path
  1.32      +23 -2     jakarta-commons-sandbox/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	7 Oct 2003 10:58:57 -0000	1.31
  +++ project.xml	17 Oct 2003 08:12:07 -0000	1.32
  @@ -111,6 +111,11 @@
         <email>ksh@scand.com</email>
         <organization>scand.com</organization>
       </contributor>
  +    <contributor>
  +      <name>Oliver Heger</name>
  +      <id>oheger</id>
  +      <email>oliver.heger@t-online.de</email>
  +    </contributor>    
     </contributors>
     
     <dependencies>
  @@ -154,7 +159,7 @@
       </dependency>                    
       <dependency>
         <id>commons-beanutils</id>      
  -      <version>1.5</version>
  +      <version>1.7-dev</version>
         <properties>        
           <war.bundle.jar>true</war.bundle.jar>
         </properties>            
  @@ -239,4 +244,20 @@
       <jars>
       </jars>
     </build>
  +  <reports>
  +    <report>maven-jdepend-plugin</report>
  +    <report>maven-checkstyle-plugin</report>
  +    <report>maven-changes-plugin</report>
  +    <report>maven-changelog-plugin</report>
  +    <report>maven-file-activity-plugin</report>
  +    <report>maven-developer-activity-plugin</report>
  +    <report>maven-javadoc-plugin</report>
  +    <report>maven-jxr-plugin</report>
  +    <report>maven-junit-report-plugin</report>
  +    <report>maven-tasklist-plugin</report>
  +    <report>maven-pmd-plugin</report>
  +    <report>maven-simian-plugin</report>
  +    <report>maven-faq-plugin</report>
  +    <report>maven-jcoverage-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