Skip to content

Commit ec0d4c2

Browse files
committed
pom.xml: set default encoding for all maven plugins.
No functional changes.
1 parent d0fcabf commit ec0d4c2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
<jetty.host>127.0.0.1</jetty.host>
2020
<jetty.port>8081</jetty.port>
21+
22+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2123
</properties>
2224

2325
<dependencies>
@@ -187,20 +189,9 @@
187189
</configuration>
188190
</plugin>
189191

190-
<plugin>
191-
<groupId>org.apache.maven.plugins</groupId>
192-
<artifactId>maven-resources-plugin</artifactId>
193-
<configuration>
194-
<encoding>UTF8</encoding>
195-
</configuration>
196-
</plugin>
197-
198192
<plugin>
199193
<groupId>org.codehaus.mojo</groupId>
200194
<artifactId>native2ascii-maven-plugin</artifactId>
201-
<configuration>
202-
<encoding>UTF8</encoding>
203-
</configuration>
204195
<executions>
205196
<execution>
206197
<goals>

0 commit comments

Comments
 (0)