From: Vance K. <va...@us...> - 2006-05-16 04:07:11
|
User: vancek Date: 06/05/15 21:07:09 Modified: andromda-ejb3 pom.xml Log: added developers configured m2 site plugin Revision Changes Path 1.3 +45 -0 cartridges/andromda-ejb3/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 1 Feb 2006 08:44:33 -0000 1.2 +++ pom.xml 16 May 2006 04:07:09 -0000 1.3 @@ -11,6 +11,28 @@ <packaging>andromda-cartridge</packaging> <name>AndroMDA EJB3 Cartridge</name> <description>Produces Entity and Session EJB 3.0 POJO from a model.</description> + <developers> + <developer> + <id>vancek</id> + <name>Vance Karimi</name> + <email>va...@an...</email> + <organization>AndroMDA</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>8</timezone> + </developer> + <developer> + <id>cwbrandon</id> + <name>Chad Brandon</name> + <email>ch...@an...</email> + <organization>AndroMDA</organization> + <roles> + <role>Project Admin</role> + </roles> + <timezone>-6</timezone> + </developer> + </developers> <build> <plugins> <plugin> @@ -36,6 +58,29 @@ </dependencies> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.andromda.maven.plugins</groupId> + <artifactId>andromda-site-plugin</artifactId> + <version>3.2-RC1-SNAPSHOT</version> + <executions> + <execution> + <id>profile-transform</id> + <goals> + <goal>profile-xsl</goal> + </goals> + </execution> + <execution> + <id>namespace-transform</id> + <goals> + <goal>namespace-xsl</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> <locales>en</locales> |