maven: set source encoding to UTF-8
This commit is contained in:
parent
9028d0c76d
commit
0d46401a74
3
pom.xml
3
pom.xml
|
@ -16,4 +16,7 @@
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<url>https://github.com/haraldh/opretj/issues</url>
|
<url>https://github.com/haraldh/opretj/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
</project>
|
</project>
|
Loading…
Reference in a new issue