diff options
-rw-r--r-- | gwtquery-core/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ <useSystemClassLoader>false</useSystemClassLoader> </configuration> </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>gwt-maven-plugin</artifactId> + <version>${gwtmaven}</version> + <configuration> + <gwtVersion>${gwtversion}</gwtVersion> + <productionMode>false</productionMode> + <timeOut>300</timeOut> + <includes>**/GQueryGwtSuiteTest.java</includes> + </configuration> + </plugin> + </plugins> </build> |