From 8f4b4cb6fa7ea6bfe4f42c6904dc078193919ecf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maxime=20M=C3=A9riouma-Caron?= Date: Fri, 14 Nov 2014 18:35:50 -0500 Subject: [PATCH] Tests --- gwtquery-core/pom.xml | 12 ++++++++++++ pom.xml | 1 + 2 files changed, 13 insertions(+) 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 @@ org.apache.maven.plugins maven-surefire-plugin + 2.18 ${basedir}/src/main/java @@ -85,6 +86,9 @@ false + + **/GQueryGwtSuiteTest.java + @@ -97,7 +101,15 @@ false 300 **/GQueryGwtSuiteTest.java + htmlunit + + + + test + + + diff --git a/pom.xml b/pom.xml index 881ee51a..9ff2fb3e 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.2 1.6 1.6 -- 2.39.5