Author: tchemit Date: 2009-12-19 19:09:15 +0100 (Sat, 19 Dec 2009) New Revision: 1731 Modified: trunk/pom.xml trunk/topia-persistence/pom.xml trunk/topia-service-history/pom.xml trunk/topia-service-migration/pom.xml trunk/topia-service-security/pom.xml trunk/topia-soa/pom.xml Log: use optimized configuration for eugene 2.0.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-19 14:47:21 UTC (rev 1730) +++ trunk/pom.xml 2009-12-19 18:09:15 UTC (rev 1731) @@ -230,6 +230,10 @@ <groupId>org.nuiton.eugene</groupId> <artifactId>maven-eugene-plugin</artifactId> <version>${eugene.version}</version> + <configuration> + <inputs>zargo</inputs> + <resolver>org.nuiton.util.FasterCachedResourceResolver</resolver> + </configuration> </plugin> <plugin> Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2009-12-19 14:47:21 UTC (rev 1730) +++ trunk/topia-persistence/pom.xml 2009-12-19 18:09:15 UTC (rev 1731) @@ -155,11 +155,7 @@ <id>Test Generator</id> <phase>generate-test-sources</phase> <configuration> - <inputs> - <input>zargo</input> - </inputs> <testPhase>true</testPhase> - <resolver>org.nuiton.util.FasterCachedResourceResolver</resolver> <templates>org.nuiton.topia.generator.TopiaMetaGenerator, org.nuiton.topia.generator.InterfaceTransformer, org.nuiton.topia.generator.BeanTransformer, Modified: trunk/topia-service-history/pom.xml =================================================================== --- trunk/topia-service-history/pom.xml 2009-12-19 14:47:21 UTC (rev 1730) +++ trunk/topia-service-history/pom.xml 2009-12-19 18:09:15 UTC (rev 1731) @@ -98,9 +98,6 @@ <phase>generate-sources</phase> <id>generate-sources</id> <configuration> - <inputs> - <input>zargo</input> - </inputs> <templates>org.nuiton.topia.generator.TopiaMetaGenerator</templates> <defaultPackage>org.nuiton.topia</defaultPackage> <fullPackagePath>org.nuiton.topia</fullPackagePath> Modified: trunk/topia-service-migration/pom.xml =================================================================== --- trunk/topia-service-migration/pom.xml 2009-12-19 14:47:21 UTC (rev 1730) +++ trunk/topia-service-migration/pom.xml 2009-12-19 18:09:15 UTC (rev 1731) @@ -104,9 +104,6 @@ <id>Migration service generator</id> <phase>generate-sources</phase> <configuration> - <inputs> - <input>zargo</input> - </inputs> <templates>org.nuiton.topia.generator.TopiaMetaGenerator</templates> <fullPackagePath>org.nuiton.topia.migration</fullPackagePath> <defaultPackage>org.nuiton.topia.migration</defaultPackage> Modified: trunk/topia-service-security/pom.xml =================================================================== --- trunk/topia-service-security/pom.xml 2009-12-19 14:47:21 UTC (rev 1730) +++ trunk/topia-service-security/pom.xml 2009-12-19 18:09:15 UTC (rev 1731) @@ -94,10 +94,6 @@ <id>generate-sources</id> <phase>generate-sources</phase> <configuration> - <inputs> - <input>zargo</input> - </inputs> - <resolver>org.nuiton.util.FasterCachedResourceResolver</resolver> <templates>org.nuiton.topia.generator.TopiaMetaGenerator</templates> <defaultPackage>org.nuiton.topia</defaultPackage> <fullPackagePath>org.nuiton.topia</fullPackagePath> Modified: trunk/topia-soa/pom.xml =================================================================== --- trunk/topia-soa/pom.xml 2009-12-19 14:47:21 UTC (rev 1730) +++ trunk/topia-soa/pom.xml 2009-12-19 18:09:15 UTC (rev 1731) @@ -126,11 +126,7 @@ <id>generate-test</id> <phase>generate-test-sources</phase> <configuration> - <inputs> - <input>zargo</input> - </inputs> <testPhase>true</testPhase> - <resolver>org.nuiton.util.FasterCachedResourceResolver</resolver> <fullPackagePath>org.codelutin.soatest</fullPackagePath> <defaultPackage>org.codelutin.soatest</defaultPackage> <templates>org.nuiton.topia.generator.TopiaApplicationServiceMetaGenerator</templates>