Improve encoding
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 11 Nov 2009 06:39:01 +0000 (06:39 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 11 Nov 2009 06:39:01 +0000 (06:39 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3081 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index cd20ada69366772b7253881c4ba2fa1a8d26b45d..21add39b6f4c97eb478b0aa6dd9e1f55a152958b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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/maven-v4_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/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo</groupId>
@@ -369,6 +370,7 @@ limitations under the License.
                                <inherited>false</inherited>
                                <configuration>
                                        <aggregate>true</aggregate>
+                                       <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>
                        <plugin>