Skip to content

Commit 5f24e20

Browse files
authored
Merge pull request #15 from nfekete/gwt-fix
- changed gwt version to 2.8.2 as it uses an improved version of the JDT compiler with much faster type inference - fixed m2e plugin execution not covered by lifecycle configuration error
2 parents cda3354 + 0ba8664 commit 5f24e20

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<java.version>1.8</java.version>
4343
<vavr.version>1.0.0-SNAPSHOT</vavr.version>
4444
<junit.version>4.12</junit.version>
45-
<gwt.version>2.8.0</gwt.version>
45+
<gwt.version>2.8.2</gwt.version>
4646
<maven.bundle.version>3.2.0</maven.bundle.version>
4747
<maven.install.version>2.5.2</maven.install.version>
4848
<maven.compiler.version>3.5.1</maven.compiler.version>
@@ -342,6 +342,19 @@
342342
<ignore />
343343
</action>
344344
</pluginExecution>
345+
<pluginExecution>
346+
<pluginExecutionFilter>
347+
<groupId>org.codehaus.mojo</groupId>
348+
<artifactId>gwt-maven-plugin</artifactId>
349+
<versionRange>[2.8.0,)</versionRange>
350+
<goals>
351+
<goal>compile</goal>
352+
</goals>
353+
</pluginExecutionFilter>
354+
<action>
355+
<ignore />
356+
</action>
357+
</pluginExecution>
345358
</pluginExecutions>
346359
</lifecycleMappingMetadata>
347360
</configuration>

0 commit comments

Comments
 (0)