Author: tchemit Date: 2012-09-07 16:02:07 +0200 (Fri, 07 Sep 2012) New Revision: 634 Url: http://forge.codelutin.com/repositories/revision/echobase/634 Log: check i18n only at release time Modified: trunk/echobase-ui/pom.xml trunk/pom.xml Modified: trunk/echobase-ui/pom.xml =================================================================== --- trunk/echobase-ui/pom.xml 2012-09-07 10:57:12 UTC (rev 633) +++ trunk/echobase-ui/pom.xml 2012-09-07 14:02:07 UTC (rev 634) @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -89,7 +91,6 @@ <userRulesFiles> <file>${basedir}/src/main/validationRules.txt</file> </userRulesFiles> - <keepGetters>true</keepGetters> </configuration> </execution> <execution> @@ -340,9 +341,12 @@ </activation> <properties> <env>prod</env> + + <!-- make sure i18n is fully complete --> + <i18n.failsIfWarning>true</i18n.failsIfWarning> </properties> </profile> - + <profile> <id>assembly</id> <activation> @@ -368,7 +372,7 @@ <phase>generate-resources</phase> <configuration> <target> - <mkdir dir="${embeddedWarDir}/WEB-INF/classes" /> + <mkdir dir="${embeddedWarDir}/WEB-INF/classes"/> </target> </configuration> <goals> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-09-07 10:57:12 UTC (rev 633) +++ trunk/pom.xml 2012-09-07 14:02:07 UTC (rev 634) @@ -159,7 +159,6 @@ <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> <echobaseI18nBundle>echobase-i18n</echobaseI18nBundle> - <i18n.failsIfWarning>true</i18n.failsIfWarning> <!--Site configuration --> <locales>fr,en</locales>
participants (1)
-
tchemit@users.forge.codelutin.com