You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2003/08/22 06:57:30 UTC

cvs commit: jakarta-commons/lang project.xml

psteitz     2003/08/21 21:57:30

  Modified:    lang     project.xml
  Log:
  * Added myself as a project member
  * Limited tests to **/*TestSuite.java
  * Added <reports> section to limit reports generated
  
  Revision  Changes    Path
  1.13      +29 -7     jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	14 Jul 2003 23:27:21 -0000	1.12
  +++ project.xml	22 Aug 2003 04:57:29 -0000	1.13
  @@ -69,12 +69,20 @@
           <role>Java Developer</role>
         </roles>
         </developer>
  +      <developer>
  +      <name>Phil Steitz</name>
  +      <id>psteitz</id>
  +      <email>phil@steitz.com</email>
  +      <organization></organization>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
  +      </developer>
     </developers>
   
     <contributors>
       <contributor>
         <name>Ringo De Smet</name>
  -      <id></id>
         <email>ringods@yahoo.co.uk</email>
         <organization></organization>
         <roles>
  @@ -83,7 +91,6 @@
       </contributor>
       <contributor>
         <name>Steve Downey</name>
  -      <id></id>
         <email>steve.downey@netfolio.com</email>
         <organization></organization>
         <roles>
  @@ -103,15 +110,30 @@
     <build>
       <unitTest>
         <includes>
  -        <include>**/*Test.java</include>
  -        <include>**/*TestCase.java</include>
  +        <include>**/*TestSuite.java</include>
         </includes>
         <excludes>
  -        <exclude>**/Abstract*.java</exclude>
  -        <exclude>**/*CalendarUtils*.java</exclude>
  +        <exclude>**/AllLangTestSuite.java</exclude>
         </excludes>
  -    </unitTest>
  +    </unitTest> 
     </build>
  +  
  +  <reports>
  +     <!-- <report>maven-changelog-plugin</report> -->
  +     <!-- <report>maven-changes-plugin</report> -->
  +     <report>maven-checkstyle-plugin</report>
  +     <!-- <report>maven-clover-plugin</report> -->
  +     <!-- <report>maven-developer-activity-plugin</report> -->
  +     <!-- <report>maven-file-activity-plugin</report> -->
  +     <report>maven-javadoc-plugin</report>
  +     <!-- <report>maven-jellydoc-plugin</report> -->
  +     <report>maven-junit-report-plugin</report>
  +     <report>maven-jxr-plugin</report>
  +     <report>maven-license-plugin</report>
  +     <!-- <report>maven-linkcheck-plugin</report> -->
  +     <!-- <report>maven-statcvs-plugin</report> -->
  +     <report>maven-tasklist-plugin</report> 
  +  </reports>
   
   </project>