From: Leif J. <le...@us...> - 2006-12-05 19:55:51
|
User: leifj Date: 06/12/05 11:55:42 Modified: . pom.xml Log: added a reference to the team.andromda.org repo and included references to the two jsf2 projects I just committed. The correct file this time. Revision Changes Path 1.8 +10 -1 cartridges/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- pom.xml 2 Oct 2006 01:57:05 -0000 1.7 +++ pom.xml 5 Dec 2006 19:55:42 -0000 1.8 @@ -11,6 +11,13 @@ <artifactId>andromda-cartridge-plugins</artifactId> <packaging>pom</packaging> <name>AndroMDA Plugins: Cartridges</name> + <repositories> + <repository> + <id>andromda</id> + <url>http://team.andromda.org/maven2</url> + <name>Andromda Repo</name> + </repository> + </repositories> <dependencies> <dependency> <groupId>org.andromda</groupId> @@ -73,6 +80,8 @@ <module>andromda-nhibernate</module> <module>andromda-nspring</module> <module>andromda-aspdotnet</module> + <module>andromda-jsf2</module> + <module>andromda-jsf2/components</module> </modules> <properties> <build.src>${pom.basedir}/target/src</build.src> |