+ source encoding is UTF-8

This commit is contained in:
nicobo 2015-03-21 23:59:55 +01:00
parent a000f9cadf
commit 1cd07ebda4

View file

@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>nicolabs</groupId> <groupId>nicolabs</groupId>
<artifactId>nicommons-java</artifactId> <artifactId>nicommons-java</artifactId>
@ -14,6 +15,9 @@
<timezone>Europe/Paris</timezone> <timezone>Europe/Paris</timezone>
</developer> </developer>
</developers> </developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>