fix pom.xml for UTF-8 inputs and outputs (remove 1 maven warning)

Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/15da2799
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/15da2799
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/15da2799

Branch: refs/heads/feature/SLIDER-149_Support_a_YARN_service_registry
Commit: 15da2799ea6f6f5107d19ff8f693f47b5c8307ae
Parents: 599e972
Author: Steve Loughran <ste...@apache.org>
Authored: Fri Aug 15 13:06:31 2014 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Fri Aug 15 13:06:31 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/15da2799/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 43f9231..223ff2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,8 @@
 
   <properties>
 
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
     <!-- 
     Java versions

Reply via email to