Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 0a13d2e4d286fd90cfc866cc8b193ba7 > files > 1

maven-site-plugin-3.0-1.mga2.src.rpm

From f1bb969252d2b85d54ab138e57d56d3b960429a9 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 15 Aug 2011 11:10:57 +0200
Subject: [PATCH] Set source encoding property to UTF8

---
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index f73ad8a..8052e1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,7 @@ under the License.
     <javadocPluginVersion>2.6.1</javadocPluginVersion>
     <projectInfoReportsPluginVersion>2.2</projectInfoReportsPluginVersion>
     <checkstylePluginVersion>2.5</checkstylePluginVersion>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
   <dependencies>
-- 
1.7.6