aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2014-11-14 18:35:50 -0500
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2014-11-14 18:35:50 -0500
commit8f4b4cb6fa7ea6bfe4f42c6904dc078193919ecf (patch)
treeec7c06d2beb29583efa48c9abbdfa7fbdf771184
parent0cb99c96bf5d9406950bcc5b3ea6ed560d153f29 (diff)
downloadgwtquery-8f4b4cb6fa7ea6bfe4f42c6904dc078193919ecf.tar.gz
gwtquery-8f4b4cb6fa7ea6bfe4f42c6904dc078193919ecf.zip
Tests
-rw-r--r--gwtquery-core/pom.xml12
-rw-r--r--pom.xml1
2 files changed, 13 insertions, 0 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 04286df6..485197e4 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -77,6 +77,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.18</version>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${basedir}/src/main/java</additionalClasspathElement>
@@ -85,6 +86,9 @@
<!-- <useManifestOnlyJar>false</useManifestOnlyJar> -->
<!-- <forkMode>always</forkMode> -->
<useSystemClassLoader>false</useSystemClassLoader>
+ <excludes>
+ <exclude>**/GQueryGwtSuiteTest.java</exclude>
+ </excludes>
</configuration>
</plugin>
@@ -97,7 +101,15 @@
<productionMode>false</productionMode>
<timeOut>300</timeOut>
<includes>**/GQueryGwtSuiteTest.java</includes>
+ <mode>htmlunit</mode>
</configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
diff --git a/pom.xml b/pom.xml
index 881ee51a..9ff2fb3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>