Avoid build warning
Specify the encoding used in the project instead of using the platform default one. This could lead to not portable builds among different platforms.
This commit is contained in:
parent
b0b0d662dc
commit
5bc3d42bbe
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
|
@ -37,6 +37,8 @@
|
||||||
|
|
||||||
<default.passwordsControl>true</default.passwordsControl>
|
<default.passwordsControl>true</default.passwordsControl>
|
||||||
<default.exampleUsersDisabled>true</default.exampleUsersDisabled>
|
<default.exampleUsersDisabled>true</default.exampleUsersDisabled>
|
||||||
|
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue