[webbeans-commits] Webbeans SVN: r1487 - in tck/trunk: impl and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Feb 11 13:10:18 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-11 13:10:17 -0500 (Wed, 11 Feb 2009)
New Revision: 1487

Modified:
   tck/trunk/api/pom.xml
   tck/trunk/impl/pom.xml
Log:
tidy up POMs, enable tcd reporter

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-02-11 18:08:57 UTC (rev 1486)
+++ tck/trunk/api/pom.xml	2009-02-11 18:10:17 UTC (rev 1487)
@@ -42,6 +42,13 @@
       	<groupId>org.testng</groupId>
       	<artifactId>testng</artifactId>
       	<classifier>jdk15</classifier>
+      	<optional>true</optional>
+      	<exclusions>
+      		<exclusion>
+      			<artifactId>jnuit</artifactId>
+      			<groupId>junit</groupId>
+      		</exclusion>
+      	</exclusions>
       </dependency>
 
    </dependencies>

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-02-11 18:08:57 UTC (rev 1486)
+++ tck/trunk/impl/pom.xml	2009-02-11 18:10:17 UTC (rev 1487)
@@ -37,6 +37,11 @@
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
       </dependency>
+      
+      <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>tck-utils-api</artifactId>
+     </dependency>
 
       <dependency>
          <groupId>org.jboss.ejb3</groupId>
@@ -151,10 +156,10 @@
        </property>
      </activation>
       <dependencies>
-        <dependency>
-        	<groupId>org.hibernate</groupId>
-           <artifactId>tck-utils</artifactId>
-        </dependency>
+         <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>tck-utils-impl</artifactId>
+         </dependency>
      </dependencies>
      <build>
         <plugins>
@@ -162,9 +167,9 @@
         		<groupId>org.apache.maven.plugins</groupId>
         		<artifactId>maven-compiler-plugin</artifactId>
             <configuration>
-               <compileArguments>
-                   <processor>org.hibernate.tck.report.CoverageProcessor</processor>
-               </compileArguments>
+               <source>1.6</source>
+               <target>1.6</target>
+               <compilerArgument>-AauditXml=${basedir}/tck-audit.xml</compilerArgument>
             </configuration>
         	</plugin>
          <plugin>




More information about the weld-commits mailing list