Author: tchemit Date: 2013-05-25 17:22:37 +0200 (Sat, 25 May 2013) New Revision: 1257 Url: http://nuiton.org/projects/eugene/repository/revisions/1257 Log: change module order (plugin should be able to use all core templates) Modified: trunk/eugene-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/eugene-maven-plugin/pom.xml =================================================================== --- trunk/eugene-maven-plugin/pom.xml 2013-05-25 15:05:26 UTC (rev 1256) +++ trunk/eugene-maven-plugin/pom.xml 2013-05-25 15:22:37 UTC (rev 1257) @@ -57,6 +57,13 @@ </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>eugene-plantuml-templates</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-05-25 15:05:26 UTC (rev 1256) +++ trunk/pom.xml 2013-05-25 15:22:37 UTC (rev 1257) @@ -41,8 +41,8 @@ <modules> <module>eugene</module> <module>eugene-java-templates</module> + <module>eugene-plantuml-templates</module> <module>eugene-maven-plugin</module> - <module>eugene-plantuml-templates</module> </modules> <dependencyManagement>
participants (1)
-
tchemit@users.nuiton.org