From c459c91012887fc29e4675651f47674d10721aff Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 17 Oct 2024 19:39:59 +0300 Subject: [PATCH] OF-2889: i18n properties: don't convert from UTF-8 to Latin1 --- i18n/pom.xml | 31 ------------------------------- plugins/pom.xml | 25 +------------------------ 2 files changed, 1 insertion(+), 55 deletions(-) diff --git a/i18n/pom.xml b/i18n/pom.xml index 87e5ed8779..8df7fed05d 100644 --- a/i18n/pom.xml +++ b/i18n/pom.xml @@ -9,35 +9,4 @@ i18n Internationalization files for Openfire These files are shared among the starter and xmppserver modules - - - - src/main/resources - - - - - - - org.codehaus.mojo - native2ascii-maven-plugin - 2.0.1 - - - utf8-to-latin1 - - inplace - - - ${project.build.outputDirectory} - - - - - - diff --git a/plugins/pom.xml b/plugins/pom.xml index 5d6b1b417b..f6b9196da7 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -184,9 +184,7 @@ maven-resources-plugin 3.1.0 @@ -208,27 +206,6 @@ - - - org.codehaus.mojo - native2ascii-maven-plugin - 2.0.1 - - - utf8-to-latin1 - - inplace - - - ${project.build.directory}/i18n/ - - - - org.apache.maven.plugins maven-enforcer-plugin