From 9e086059a31ac2a758f94cecd4db46950f97e6f9 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 26 Nov 2013 10:24:23 -0600 Subject: [PATCH] Specify source file encoding as UTF-8 This setting specifies how build plugins and IDEs should treat files in the project. If it is not specified, then the editor default for file creation and editing, and the build system default for analyzing content, defaults to the default encoding of the current system. The setting is necessary to ensure that the project behaves the same way across all operating systems and locales. Change-Id: Ic3dd1d4bb6a54ab7da87d12db11490343617a9ed --- v1/pom.xml | 5 +++++ v2/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/v1/pom.xml b/v1/pom.xml index 37c9528..c7a81fb 100644 --- a/v1/pom.xml +++ b/v1/pom.xml @@ -1,3 +1,4 @@ + @@ -13,6 +14,10 @@ + + UTF-8 + + diff --git a/v2/pom.xml b/v2/pom.xml index 8f7d2d1..690fd7a 100644 --- a/v2/pom.xml +++ b/v2/pom.xml @@ -1,3 +1,4 @@ + @@ -13,6 +14,10 @@ + + UTF-8 + +