]> source.dussan.org Git - javassist.git/commitdiff
Configure source encoding as UTF-8.
authornickl- <github@jigsoft.co.za>
Wed, 25 Oct 2017 19:10:26 +0000 (21:10 +0200)
committernickl- <github@jigsoft.co.za>
Fri, 27 Oct 2017 15:40:48 +0000 (17:40 +0200)
In order to squash the mvn build warnings.

pom.xml

diff --git a/pom.xml b/pom.xml
index 3d5d63dc624cf05e05162d79bbdceb9ae6cc1aa6..c56597c2fb6f4d6797380af659a8072fa57677de 100644 (file)
--- 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>