maven/0003-Use-utf-8-source-encoding.patch
2011-09-08 14:31:03 +02:00

25 lines
682 B
Diff

From 053974e55c21a372e544ba23f5eca6c864cc283c Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 30 Aug 2011 11:43:01 +0200
Subject: [PATCH 3/4] Use utf-8 source encoding
---
pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index e2f2cd0..6bb27f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
<jxpathVersion>1.3</jxpathVersion>
<aetherVersion>1.11</aetherVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<mailingLists>
--
1.7.6