updated pom for gwt 2.8.2 compatibility

This commit is contained in:
Massimiliano Assante 2022-07-12 19:08:09 +02:00
parent c759ed3c7f
commit d6bdf2ae93
1 changed files with 11 additions and 3 deletions

12
pom.xml
View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -138,7 +139,14 @@
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.*</include>
<include>**/*.java</include>
<include>**/*.gwt.xml</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
</resources>