diff --git a/ganttzk/pom.xml b/ganttzk/pom.xml index 464e71fbe..6f661f564 100644 --- a/ganttzk/pom.xml +++ b/ganttzk/pom.xml @@ -12,41 +12,52 @@ jar LibrePlan ZK Components Module - - - - org.xnap.commons - maven-gettext-plugin - - app.i18n.Messages - ${project.build.sourceDirectory}/../resources/i18n - -k_ - - - - compile - - dist - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - default - package - - jar-no-fork - - - + + + i18n + + true + + + + + org.xnap.commons + maven-gettext-plugin + + app.i18n.Messages + ${project.build.sourceDirectory}/../resources/i18n + -k_ + + + + compile + + dist + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + default + package + + jar-no-fork + + + - - + + + + + + + diff --git a/libreplan-webapp/pom.xml b/libreplan-webapp/pom.xml index 69a3bcc94..1ffd24ef6 100644 --- a/libreplan-webapp/pom.xml +++ b/libreplan-webapp/pom.xml @@ -162,36 +162,44 @@ + + i18n + + true + + + + + + org.xnap.commons + maven-gettext-plugin + + i18n.Messages + ${project.build.sourceDirectory}/../resources/i18n + -k_ + + + + compile + + dist + + + + + + + libreplan-webapp - - - - org.xnap.commons - maven-gettext-plugin - - i18n.Messages - ${project.build.sourceDirectory}/../resources/i18n - -k_ - - - - compile - - dist - - - - -