Author: tchemit Date: 2008-02-04 18:24:48 +0000 (Mon, 04 Feb 2008) New Revision: 647 Modified: trunk/simexplorer-is-entities/pom.xml Log: mise en place i18n dans le module entities Modified: trunk/simexplorer-is-entities/pom.xml =================================================================== --- trunk/simexplorer-is-entities/pom.xml 2008-02-04 18:23:10 UTC (rev 646) +++ trunk/simexplorer-is-entities/pom.xml 2008-02-04 18:24:48 UTC (rev 647) @@ -19,12 +19,37 @@ <version>0.0.1-SNAPSHOT</version> </parent> - <dependencies> + <build> + <plugins> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>0.2-SNAPSHOT</version> + <configuration> + <bundles> + <param>fr_FR</param> + <param>en_GB</param> + </bundles> + <keysModifier>false</keysModifier> + </configuration> + <executions> + <execution> + <phase>compile</phase> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.3</version> </dependency> </dependencies> - </project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org