[teiid-commits] teiid SVN: r1439 - in trunk/test-integration: db and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Sep 21 16:36:14 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-21 16:36:14 -0400 (Mon, 21 Sep 2009)
New Revision: 1439

Modified:
   trunk/test-integration/common/pom.xml
   trunk/test-integration/db/pom.xml
Log:
renamed the artifact names to be prefixed by test-integeration

Modified: trunk/test-integration/common/pom.xml
===================================================================
--- trunk/test-integration/common/pom.xml	2009-09-21 20:35:21 UTC (rev 1438)
+++ trunk/test-integration/common/pom.xml	2009-09-21 20:36:14 UTC (rev 1439)
@@ -7,7 +7,7 @@
 		<version>6.3.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>common</artifactId>
+	<artifactId>test-integration-common</artifactId>
 
 	<name>Common Integration Tests</name>
  	<groupId>org.jboss.teiid.teiid-test-integration</groupId>

Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml	2009-09-21 20:35:21 UTC (rev 1438)
+++ trunk/test-integration/db/pom.xml	2009-09-21 20:36:14 UTC (rev 1439)
@@ -7,7 +7,7 @@
 		<version>6.3.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>db</artifactId>
+	<artifactId>test-integration-db</artifactId>
 
 	<name>DB Dependent Integration Tests</name>
  	<groupId>org.jboss.teiid.teiid-test-integration</groupId>
@@ -108,10 +108,10 @@
 		            </property>
 		          </systemProperties>
 
-<!--
+
 					<forkMode>always</forkMode>
 					<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
-					-->
+					
 					<includes>
 			<!--			<include>**/*TestCase.java</include> -->
 						<include>**/*Test.java</include>



More information about the teiid-commits mailing list