[richfaces-svn-commits] JBoss Rich Faces SVN: r14587 - branches/sandbox/rf4_build/version-matrix/trunk.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 10 16:33:38 EDT 2009


Author: nbelaevski
Date: 2009-06-10 16:33:37 -0400 (Wed, 10 Jun 2009)
New Revision: 14587

Modified:
   branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
Log:
Build system: archetypes added

Modified: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml	2009-06-10 18:19:01 UTC (rev 14586)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml	2009-06-10 20:33:37 UTC (rev 14587)
@@ -283,6 +283,14 @@
 				<version>0.95</version>
 			</dependency>
 			<!--  -->
+			
+			<!-- Archetypes dependency -->
+			<dependency>
+				<groupId>org.apache.maven.archetype</groupId>
+				<artifactId>archetype-packaging</artifactId>
+				<version>2.0-alpha-4</version>
+			</dependency>
+			<!--  -->
 		</dependencies>
 	</dependencyManagement>
 
@@ -301,6 +309,13 @@
 				</plugin>
 
 				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-archetype-plugin</artifactId>
+					<version>2.0-alpha-4</version>
+					<extensions>true</extensions>
+				</plugin>
+
+				<plugin>
 					<groupId>org.jboss.maven.plugins</groupId>
 					<artifactId>maven-jdocbook-plugin</artifactId>
 					<version>2.1.2</version>




More information about the richfaces-svn-commits mailing list