Part of FELIX-3406 Localization in Web Console doesn't work anymore
https://issues.apache.org/jira/browse/FELIX-3406
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1309814 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/shell/pom.xml b/webconsole-plugins/shell/pom.xml
index 9fa87db..8951427 100644
--- a/webconsole-plugins/shell/pom.xml
+++ b/webconsole-plugins/shell/pom.xml
@@ -35,6 +35,20 @@
</scm>
<build>
+ <!-- add UTF-8-to-ISO translated resources -->
+ <resources>
+ <resource>
+ <directory>${basedir}/src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>target/classes</directory>
+ <includes>
+ <include>OSGI-INF/**</include>
+ </includes>
+ <filtering>false</filtering>
+ </resource>
+ </resources>
+
<plugins>
<!-- translate UTF-8 encoded properties files to ISO-8859-1 -->
<plugin>