Commit e0a21f1e authored by Administrator's avatar Administrator

Sets UTF-8 as the source encoding

The POM has been updated to fix UTF-8 as the source code encoding. This
avoids problems when building the project in Windows systems.
parent 053d0cfb
......@@ -19,6 +19,7 @@
<!-- General configuration -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.servers.directory>${project.basedir}/servers</project.servers.directory>
<cargo.tomcat.start.skip>false</cargo.tomcat.start.skip>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment