Wednesday, 10 June
2009
Wed, 10 Jun
'09
3:33 p.m.
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>
Show replies by date