Skip to content
Snippets Groups Projects
Commit e9983079 authored by plhtes's avatar plhtes
Browse files

Explicit about building charset

parent b4ff3cef
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,10 @@ ...@@ -6,7 +6,10 @@
<artifactId>VIPSLogic</artifactId> <artifactId>VIPSLogic</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<name>VIPSLogic</name> <name>VIPSLogic</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment