Author: vhalbert(a)redhat.com
Date: 2009-12-10 17:30:15 -0500 (Thu, 10 Dec 2009)
New Revision: 1643
Modified:
trunk/test-integration/db/pom.xml
Log:
Teiid 781 - adding profile for running client test
Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml 2009-12-10 22:05:25 UTC (rev 1642)
+++ trunk/test-integration/db/pom.xml 2009-12-10 22:30:15 UTC (rev 1643)
@@ -510,6 +510,16 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <showDeprecation>false</showDeprecation>
+ <showWarnings>false</showWarnings>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<dependencies>
<dependency>
Show replies by date