Author: jmitchell
Date: Thu May 12 22:14:04 2005
New Revision: 169943

URL: http://svn.apache.org/viewcvs?rev=169943&view=rev
Log:
adding new tests, and reports for jcoverage, with any luck I'll have Commons 
Resources at 100% test coverage by the end of next month

Modified:
    jakarta/commons/proper/resources/trunk/project.xml

Modified: jakarta/commons/proper/resources/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/project.xml?rev=169943&r1=169942&r2=169943&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/project.xml (original)
+++ jakarta/commons/proper/resources/trunk/project.xml Thu May 12 22:14:04 2005
@@ -190,6 +190,9 @@
       <includes>
         <include>**/*TestCase.java</include>
       </includes>
+      <excludes>
+        <exclude>**/*Base*.java</exclude>
+      </excludes>
             <resources>
                 <resource>
                     <directory>${pom.build.unitTestSourceDirectory}</directory>
@@ -204,13 +207,19 @@
   </build>
   <reports>
    <report>maven-changelog-plugin</report>
+   <report>maven-changes-plugin</report>
    <report>maven-checkstyle-plugin</report>
    <report>maven-developer-activity-plugin</report>
    <report>maven-file-activity-plugin</report>
    <report>maven-javadoc-plugin</report>
+   <report>maven-jdepend-plugin</report>
    <report>maven-junit-report-plugin</report>
    <report>maven-jxr-plugin</report>
+   <report>maven-simian-plugin</report>
+   <report>maven-tasklist-plugin</report>
    <report>maven-license-plugin</report>
+   <report>maven-jcoverage-plugin</report>
+
 </reports> 
   
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to