We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fcabf commit ec0d4c2Copy full SHA for ec0d4c2
pom.xml
@@ -18,6 +18,8 @@
18
19
<jetty.host>127.0.0.1</jetty.host>
20
<jetty.port>8081</jetty.port>
21
+
22
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
</properties>
24
25
<dependencies>
@@ -187,20 +189,9 @@
187
189
</configuration>
188
190
</plugin>
191
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
192
- <artifactId>maven-resources-plugin</artifactId>
193
- <configuration>
194
- <encoding>UTF8</encoding>
195
- </configuration>
196
- </plugin>
197
-
198
<plugin>
199
<groupId>org.codehaus.mojo</groupId>
200
<artifactId>native2ascii-maven-plugin</artifactId>
201
202
203
204
<executions>
205
<execution>
206
<goals>
0 commit comments