Author: tchemit Date: 2008-03-17 23:10:11 +0000 (Mon, 17 Mar 2008) New Revision: 1377 Modified: trunk/simexplorer-is/simexplorer-is-swing-commandline/pom.xml Log: simplify commandline config + i18n at process-classes phase to have compiled classes :) Modified: trunk/simexplorer-is/simexplorer-is-swing-commandline/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing-commandline/pom.xml 2008-03-17 23:09:14 UTC (rev 1376) +++ trunk/simexplorer-is/simexplorer-is-swing-commandline/pom.xml 2008-03-17 23:10:11 UTC (rev 1377) @@ -32,6 +32,9 @@ <build> <plugins> + <!-- + | Clean phase : this is a fully generated module, we must clean the src/java while clean phase + --> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> @@ -67,7 +70,6 @@ <version>0.3</version> <configuration> <prefix>SimExplorer</prefix> - <i18nPrefix>simexplorer</i18nPrefix> <source>${maven.src.dir}/resources/commandline.properties</source> <out>${maven.src.dir}/java</out> <parserPackageName>fr.cemagref.simexplorer.is.ui.swing.commandline</parserPackageName> @@ -94,6 +96,7 @@ </configuration> <executions> <execution> + <phase>process-classes</phase> <goals> <goal>parserJava</goal> <goal>gen</goal>