Author: tchemit Date: 2009-01-28 19:24:32 +0000 (Wed, 28 Jan 2009) New Revision: 1320 Modified: topia/trunk/topia-persistence/pom.xml Log: fix dependency bug in generator plugin Modified: topia/trunk/topia-persistence/pom.xml =================================================================== --- topia/trunk/topia-persistence/pom.xml 2009-01-28 19:10:01 UTC (rev 1319) +++ topia/trunk/topia-persistence/pom.xml 2009-01-28 19:24:32 UTC (rev 1320) @@ -152,6 +152,7 @@ <templates>org.codelutin.topia.generator.TopiaMetaGenerator</templates> <destDirGen>${maven.gen.dir}/test-java</destDirGen> <defaultPackage>org.codelutin.topia</defaultPackage> + <extraClassPathDirectory>target/classes</extraClassPathDirectory> </configuration> <goals> <goal>zargo2xmi</goal> @@ -159,14 +160,7 @@ <goal>generate</goal> </goals> </execution> - </executions> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>topia-persistence</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + </executions> </plugin> </plugins> </build>