aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2014-11-14 18:41:27 -0500
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>2014-11-14 18:41:27 -0500
commit288fa4d92934a52c6350ce980bfe65a25788e95d (patch)
tree02867aeff80bdb417253d35b2c4f183215c2d382
parent8f4b4cb6fa7ea6bfe4f42c6904dc078193919ecf (diff)
downloadgwtquery-288fa4d92934a52c6350ce980bfe65a25788e95d.tar.gz
gwtquery-288fa4d92934a52c6350ce980bfe65a25788e95d.zip
Fixed pom for CI
-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>