Author: tchemit Date: 2008-07-20 22:01:49 +0000 (Sun, 20 Jul 2008) New Revision: 743 Modified: trunk/lutinjaxx/jaxx-swing-action/pom.xml Log: i18n in this module Modified: trunk/lutinjaxx/jaxx-swing-action/pom.xml =================================================================== --- trunk/lutinjaxx/jaxx-swing-action/pom.xml 2008-07-20 22:01:30 UTC (rev 742) +++ trunk/lutinjaxx/jaxx-swing-action/pom.xml 2008-07-20 22:01:49 UTC (rev 743) @@ -19,7 +19,19 @@ <build> <plugins> - + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <phase>compile</phase> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>
participants (1)
-
tchemit@users.labs.libre-entreprise.org