Author: tchemit Date: 2008-08-10 13:57:08 +0000 (Sun, 10 Aug 2008) New Revision: 996 Modified: trunk/commandline/pom.xml Log: force compile ? Modified: trunk/commandline/pom.xml =================================================================== --- trunk/commandline/pom.xml 2008-08-10 13:54:23 UTC (rev 995) +++ trunk/commandline/pom.xml 2008-08-10 13:57:08 UTC (rev 996) @@ -62,6 +62,23 @@ <build> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${maven.compile.source}</source> + <target>${maven.compile.target}</target> + <encoding>${maven.compile.encoding}</encoding> + </configuration> + <executions> + <execution> + <phase>verify</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> <!-- i18n --> <plugin> <groupId>lutinplugin</groupId>