From df38c8ea6d11ba40876594290040e8816594cc24 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 22 Nov 2012 11:05:26 +0100 Subject: [PATCH] Build: Specify the source encoding. * pom.xml: Set project.build.sourceEncoding This should fix this build problem on some systems: [ERROR] /var/lib/jenkins/workspace/OnlineGlom/src/test/java/org/glom/web/server/libglom/DocumentTest.java:[139,72] error: unmappable character for encoding ASCII --- ChangeLog | 8 ++++++++ pom.xml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 57eab17..3d8887c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-11-22 Murray Cumming + + Build: Specify the source encoding. + + * pom.xml: Set project.build.sourceEncoding + This should fix this build problem on some systems: + [ERROR] /var/lib/jenkins/workspace/OnlineGlom/src/test/java/org/glom/web/server/libglom/DocumentTest.java:[139,72] error: unmappable character for encoding ASCII + 1.23.1: 2012-11-20 Murray Cumming diff --git a/pom.xml b/pom.xml index c1b189d..bb0b26a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,12 +27,16 @@ + UTF-8 + 2.5.0 + 1.7 1.7 + ${project.build.directory}/${project.build.finalName} -- 2.1.4