diff options
author | nickl- <github@jigsoft.co.za> | 2017-10-25 21:10:26 +0200 |
---|---|---|
committer | nickl- <github@jigsoft.co.za> | 2017-10-27 17:40:48 +0200 |
commit | 95ccb728beb41650ed2d508d62d87a3c81e42934 (patch) | |
tree | 3fa26c99b2b59ce364d1877e928ebbe7c653c287 | |
parent | 6a8f1acef3be306ef770db70bb0d4a2143a17deb (diff) | |
download | javassist-95ccb728beb41650ed2d508d62d87a3c81e42934.tar.gz javassist-95ccb728beb41650ed2d508d62d87a3c81e42934.zip |
Configure source encoding as UTF-8.
In order to squash the mvn build warnings.
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |