From c4f16d77e01daddb3ba1ee64d9e428c8267587b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Sat, 23 Mar 2013 01:48:58 +0100 Subject: [PATCH] Configure core tests so as we can run with a browser --- gwtquery-core/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 43f71e1f..9f4c212b 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -82,6 +82,19 @@ false + + + org.codehaus.mojo + gwt-maven-plugin + ${gwtmaven} + + ${gwtversion} + false + 300 + **/GQueryGwtSuiteTest.java + + + -- 2.39.5