Skip to content

Commit 9bd3d49

Browse files
committed
pom: enforce utf-8 encoding
keep maven happy Acked-by: Olufemi Adeyemi Target: master
1 parent 3d99268 commit 9bd3d49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
</modules>
4646

4747
<properties>
48+
49+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
50+
4851
<!-- PROPERTIES FOR DEPENDENCIES
4952
Each property is constructed from the artifact name
5053
They are in alphabetical order for each subsection

0 commit comments

Comments
 (0)