Author: tchemit Date: 2008-07-29 15:34:39 +0000 (Tue, 29 Jul 2008) New Revision: 1269 Modified: branches/maven2_multimodule/isis-fish/isis-fish-entities/pom.xml Log: pahse compile poru el plugin i18n Modified: branches/maven2_multimodule/isis-fish/isis-fish-entities/pom.xml =================================================================== --- branches/maven2_multimodule/isis-fish/isis-fish-entities/pom.xml 2008-07-29 15:34:13 UTC (rev 1268) +++ branches/maven2_multimodule/isis-fish/isis-fish-entities/pom.xml 2008-07-29 15:34:39 UTC (rev 1269) @@ -127,7 +127,7 @@ <artifactId>maven-i18n-plugin</artifactId> <executions> <execution> - <phase>process-classes</phase> + <phase>compile</phase> <goals> <goal>parserJava</goal> <goal>gen</goal> @@ -173,7 +173,7 @@ <artifactId>maven-generator-plugin</artifactId> <executions> <execution> - <phase>generate-sources</phase> + <phase>process-sources</phase> <configuration> <srcDirZuml>${maven.src.dir}/main/xmi</srcDirZuml> <srcXmiDest>${maven.gen.dir}/xmi/</srcXmiDest> @@ -188,6 +188,7 @@ <copyVersionDir>${maven.gen.dir}/resources/oldmappings/%MODELNAME%</copyVersionDir> <copyVersionFiles>**/*.hbm.xml</copyVersionFiles> <copyOverwrite>true</copyOverwrite> + <addCompileDirectory>true</addCompileDirectory> </configuration> <goals> <goal>zargo2xmi</goal>