[jbosscache-commits] JBoss Cache SVN: r5899 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed May 28 12:26:55 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-05-28 12:26:55 -0400 (Wed, 28 May 2008)
New Revision: 5899

Modified:
   core/trunk/README-Maven.txt
   core/trunk/pom.xml
Log:
Better code coverage integration

Modified: core/trunk/README-Maven.txt
===================================================================
--- core/trunk/README-Maven.txt	2008-05-28 15:14:41 UTC (rev 5898)
+++ core/trunk/README-Maven.txt	2008-05-28 16:26:55 UTC (rev 5899)
@@ -35,7 +35,10 @@
   username and password set up.  (Deploys snapshots to http://snapshots.jboss.org/maven2/org/jboss/cache/).  If you have
   a non-SNAPSHOT version number in your pom.xml, it will be deployed to the live releases repository (see below)
 
+* mvn clean site -Ptest-functional,code-coverage: will run all tests in the test-functional profile and generate code
+  coverage reports using EMMA.
 
+
 1.2. Setting up your WebDAV username and password to deploy project snapshots
 -----------------------------------------------------------------------------
 

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-05-28 15:14:41 UTC (rev 5898)
+++ core/trunk/pom.xml	2008-05-28 16:26:55 UTC (rev 5899)
@@ -21,6 +21,7 @@
    <version>${jbosscache-core-version}</version>
    <name>JBoss Cache - Core Edition</name>
    <description>JBoss Cache - Core Edition</description>
+   <url>http://www.jbosscache.org</url>
    <packaging>jar</packaging>
    <dependencies>
       <dependency>
@@ -34,7 +35,14 @@
          <artifactId>jta</artifactId>
          <version>1.1</version>
       </dependency>
+
       <dependency>
+         <groupId>commons-logging</groupId>
+         <artifactId>commons-logging</artifactId>
+         <version>1.0.4</version>
+      </dependency>
+
+      <dependency>
          <groupId>org.jboss</groupId>
          <artifactId>jboss-common-core</artifactId>
          <version>2.2.3.GA</version>




More information about the jbosscache-commits mailing list