set source encoding to UTF-8
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
176e29e408
commit
e26184ad45
|
@ -6,6 +6,10 @@
|
|||
<packaging>jar</packaging>
|
||||
<name>Jetty :: Build Resources</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue