aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r--gwtquery-core/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 485197e4..eaadf6f9 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -86,9 +86,6 @@
<!-- <useManifestOnlyJar>false</useManifestOnlyJar> -->
<!-- <forkMode>always</forkMode> -->
<useSystemClassLoader>false</useSystemClassLoader>
- <excludes>
- <exclude>**/GQueryGwtSuiteTest.java</exclude>
- </excludes>
</configuration>
</plugin>
@@ -103,13 +100,6 @@
<includes>**/GQueryGwtSuiteTest.java</includes>
<mode>htmlunit</mode>
</configuration>
- <executions>
- <execution>
- <goals>
- <goal>test</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>