Bumped GWT to 2.7.0.
Also disabled GWT htmlunit tests because it seems to choke on the fact that I factored the GWT bits into src/main/gwt. It should work fine because everything is in target/classes by the time GWT runs, and target/classes is on GWT's classpath, but it doesn't. I'm sure someone is doing something clever along the way and passing the value on to the customer.
This commit is contained in:
@@ -45,13 +45,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.gwt</groupId>
|
<groupId>com.google.gwt</groupId>
|
||||||
<artifactId>gwt-dev</artifactId>
|
<artifactId>gwt-dev</artifactId>
|
||||||
<version>2.4.0</version>
|
<version>2.7.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.gwt</groupId>
|
<groupId>com.google.gwt</groupId>
|
||||||
<artifactId>gwt-user</artifactId>
|
<artifactId>gwt-user</artifactId>
|
||||||
<version>2.4.0</version>
|
<version>2.7.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -115,10 +115,11 @@
|
|||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- disabled due to src/main/gwt related hoseage
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>gwt-maven-plugin</artifactId>
|
<artifactId>gwt-maven-plugin</artifactId>
|
||||||
<version>2.4.0</version>
|
<version>2.7.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<mode>htmlunit</mode>
|
<mode>htmlunit</mode>
|
||||||
</configuration>
|
</configuration>
|
||||||
@@ -130,6 +131,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user