From c4324f1790680180b67c0fdcb1829cd05a1c6907 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 26 Nov 2013 09:28:42 -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: I5a0b78dce03b7503451064bda7453a7def156e88 --- pom.xml | 4 ++++ v1.0/pom.xml | 1 + v2.0/pom.xml | 1 + 3 files changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 88048b8..c58638e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + @@ -8,6 +9,9 @@ 1.0.0-SNAPSHOT pom + + UTF-8 + v1.0 v2.0 diff --git a/v1.0/pom.xml b/v1.0/pom.xml index 94817f8..4b93850 100644 --- a/v1.0/pom.xml +++ b/v1.0/pom.xml @@ -1,3 +1,4 @@ + diff --git a/v2.0/pom.xml b/v2.0/pom.xml index 115dfad..7e5b1fe 100644 --- a/v2.0/pom.xml +++ b/v2.0/pom.xml @@ -1,3 +1,4 @@ +