aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickl- <github@jigsoft.co.za>2017-10-25 21:10:26 +0200
committernickl- <github@jigsoft.co.za>2017-10-27 17:40:48 +0200
commit95ccb728beb41650ed2d508d62d87a3c81e42934 (patch)
tree3fa26c99b2b59ce364d1877e928ebbe7c653c287
parent6a8f1acef3be306ef770db70bb0d4a2143a17deb (diff)
downloadjavassist-95ccb728beb41650ed2d508d62d87a3c81e42934.tar.gz
javassist-95ccb728beb41650ed2d508d62d87a3c81e42934.zip
Configure source encoding as UTF-8.
In order to squash the mvn build warnings.
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3d5d63dc..c56597c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,9 @@
<name>Javassist</name>
<url>http://www.javassist.org/</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<organization>
<name>Shigeru Chiba, www.javassist.org</name>
</organization>