From 0074ed903e5b248c0f593bfb7ef0d90a5fbb37bf Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Mon, 6 Dec 2010 17:06:16 +0000 Subject: [PATCH] Solr Web Application is not building using UTF-8 encoding on Windows, as its pom.xml is not inheriting any settings from DSpace Common pom.xml. Changed to force UTF-8 encoding on all systems. git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5925 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace/modules/solr/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dspace/modules/solr/pom.xml b/dspace/modules/solr/pom.xml index a8ce9046c8..e2f36b0390 100644 --- a/dspace/modules/solr/pom.xml +++ b/dspace/modules/solr/pom.xml @@ -9,6 +9,11 @@ 1.7.0-rc2-SNAPSHOT + + + UTF-8 + +