* Added myself as a project member

* Limited tests to **/*TestSuite.java
* Added <reports> section to limit reports generated


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2003-08-22 04:57:29 +00:00
parent 22aeaddb5e
commit 8e9b5c0e7b

View File

@ -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>