maven/0003-Use-utf-8-source-encoding.patch

25 lines
682 B
Diff
Raw Normal View History

2011-09-08 12:31:03 +00:00
From 053974e55c21a372e544ba23f5eca6c864cc283c Mon Sep 17 00:00:00 2001
2011-08-22 14:31:27 +00:00
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
2011-09-08 12:31:03 +00:00
Date: Tue, 30 Aug 2011 11:43:01 +0200
Subject: [PATCH 3/4] Use utf-8 source encoding
2011-08-22 14:31:27 +00:00
---
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