Author: chatellier Date: 2010-11-24 15:15:19 +0000 (Wed, 24 Nov 2010) New Revision: 268 Log: Always set i18n to strict mode Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-24 15:15:16 UTC (rev 267) +++ trunk/pom.xml 2010-11-24 15:15:19 UTC (rev 268) @@ -242,6 +242,9 @@ <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> <version>${i18n.version}</version> + <configuration> + <strictMode>true</strictMode> + </configuration> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId>