Disable GWT tests so we can release.

We'll go back to GWT 2.8.0-SNAPSHOT after, so we can continue to test GWT, and
hopefully GWT 2.8.0 will ship sometime before 2020.
This commit is contained in:
Michael Bayne
2015-10-05 15:08:57 -07:00
parent a0a6b1fc99
commit d217b41a67
+3 -1
View File
@@ -48,7 +48,7 @@
<properties>
<source.level>1.6</source.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gwt.version>2.8.0-SNAPSHOT</gwt.version>
<gwt.version>2.7.0</gwt.version>
</properties>
<dependencies>
@@ -132,6 +132,7 @@
</configuration>
</plugin>
<!-- disabled for release (need GWT 2.8.0 to be released)
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
@@ -147,6 +148,7 @@
<mode>htmlunit</mode>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>