[teiid-commits] teiid SVN: r1737 - trunk/test-integration.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Jan 13 10:20:38 EST 2010


Author: vhalbert at redhat.com
Date: 2010-01-13 10:20:37 -0500 (Wed, 13 Jan 2010)
New Revision: 1737

Modified:
   trunk/test-integration/pom.xml
Log:
Teiid 781 - added the compilation of the db project to be compiled., this will ensure any code dependencies are checked.   No tests will be run when the nightly maven build is performed.    A seperate hudson task will kick off the db integration tests.

Modified: trunk/test-integration/pom.xml
===================================================================
--- trunk/test-integration/pom.xml	2010-01-13 15:06:38 UTC (rev 1736)
+++ trunk/test-integration/pom.xml	2010-01-13 15:20:37 UTC (rev 1737)
@@ -126,5 +126,6 @@
 
   <modules>
     <module>common</module>
+    <module>db</module>
   </modules>
 </project>
\ No newline at end of file



More information about the teiid-commits mailing list