[richfaces-svn-commits] JBoss Rich Faces SVN: r15907 - in branches/sandbox/3.3.X_JSF2/cdk: generator and 9 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 18 05:05:43 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-18 05:05:42 -0500 (Wed, 18 Nov 2009)
New Revision: 15907

Modified:
   branches/sandbox/3.3.X_JSF2/cdk/generator/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsf-component/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsfwebapp/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-plug-n-skin/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-seam-app/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-theme/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-cdk-plugin/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-javascript-plugin/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/maven-resource-dependency-plugin/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/pom.xml
   branches/sandbox/3.3.X_JSF2/cdk/richfaces-facelets/pom.xml
Log:
change version to 3.3.3-jsf2 

Modified: branches/sandbox/3.3.X_JSF2/cdk/generator/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/generator/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/generator/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -1,93 +1,93 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<parent>
-		<artifactId>cdk</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.cdk</groupId>
-	<artifactId>generator</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
-	<name>Java Server Faces component generator</name>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<inherited>true</inherited>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>ant</groupId>
-			<artifactId>ant</artifactId>
-			<version>1.6.5</version>
-		</dependency>
-		<dependency>
-			<groupId>velocity</groupId>
-			<artifactId>velocity-dep</artifactId>
-			<version>1.4</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<version>1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-digester</groupId>
-			<artifactId>commons-digester</artifactId>
-			<version>1.5</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.2_12</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.servlet.jsp</groupId>
-			<artifactId>jsp-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
-			<groupId>el-impl</groupId>
-			<artifactId>el-impl</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
-			<groupId>qdox</groupId>
-			<artifactId>qdox</artifactId>
-			<version>1.6</version>
-		</dependency>
-		<dependency>
-			<groupId>cglib</groupId>
-			<artifactId>cglib</artifactId>
-			<version>2.1_3</version>
-		</dependency>
-		<dependency>
-			<groupId>wutka</groupId>
-			<artifactId>dtdparser</artifactId>
-			<version>1.21</version>
-		</dependency>
-	  <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<parent>
+		<artifactId>cdk</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.cdk</groupId>
+	<artifactId>generator</artifactId>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
+	<name>Java Server Faces component generator</name>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<inherited>true</inherited>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>ant</groupId>
+			<artifactId>ant</artifactId>
+			<version>1.6.5</version>
+		</dependency>
+		<dependency>
+			<groupId>velocity</groupId>
+			<artifactId>velocity-dep</artifactId>
+			<version>1.4</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-beanutils</groupId>
+			<artifactId>commons-beanutils</artifactId>
+			<version>1.6</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-digester</groupId>
+			<artifactId>commons-digester</artifactId>
+			<version>1.5</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.2_12</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet.jsp</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>el-impl</groupId>
+			<artifactId>el-impl</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>qdox</groupId>
+			<artifactId>qdox</artifactId>
+			<version>1.6</version>
+		</dependency>
+		<dependency>
+			<groupId>cglib</groupId>
+			<artifactId>cglib</artifactId>
+			<version>2.1_3</version>
+		</dependency>
+		<dependency>
+			<groupId>wutka</groupId>
+			<artifactId>dtdparser</artifactId>
+			<version>1.21</version>
+		</dependency>
+	  <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.8.1</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsf-component/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsf-component/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -2,11 +2,11 @@
   <parent>
     <artifactId>cdk</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces.cdk</groupId>
   <artifactId>maven-archetype-jsf-component</artifactId>
-  <version>3.3.3-SNAPSHOT</version>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
   <name>Archetype - maven-archetype-jsf-component</name>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsfwebapp/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-jsfwebapp/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -2,11 +2,11 @@
 	<parent>
 		<artifactId>cdk</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>maven-archetype-jsfwebapp</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>Archetype for jsf webapp project</name>
 </project>
\ No newline at end of file

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-plug-n-skin/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-plug-n-skin/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-plug-n-skin/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -2,13 +2,13 @@
   <parent>
     <artifactId>cdk</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces.cdk</groupId>
   <artifactId>maven-archetype-plug-n-skin</artifactId>
-  <version>3.3.3-SNAPSHOT</version>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
   <name>Archetype - maven-archetype-plug-n-skin</name>
 
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-seam-app/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-seam-app/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-seam-app/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -2,11 +2,11 @@
   <parent>
     <artifactId>cdk</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces.cdk</groupId>
   <artifactId>maven-archetype-seam-app</artifactId>
-  <version>3.3.3-SNAPSHOT</version>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
   <name>Archetype - maven-archetype-seam-app</name>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-theme/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-theme/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-archetype-theme/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.cdk</groupId>
-  <artifactId>maven-archetype-theme</artifactId>
-  <version>3.3.3-SNAPSHOT</version>
-  <packaging>maven-archetype</packaging>
-  <name>maven-archetype-theme</name>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>2.0-alpha-4</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <artifactId>maven-archetype-plugin</artifactId>
-        <version>2.0-alpha-4</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <parent>
+    <artifactId>cdk</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.cdk</groupId>
+  <artifactId>maven-archetype-theme</artifactId>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
+  <packaging>maven-archetype</packaging>
+  <name>maven-archetype-theme</name>
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-4</version>
+      </extension>
+    </extensions>
+    <plugins>
+      <plugin>
+        <artifactId>maven-archetype-plugin</artifactId>
+        <version>2.0-alpha-4</version>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-cdk-plugin/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-cdk-plugin/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -2,12 +2,12 @@
 	<parent>
 		<artifactId>cdk</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>maven-cdk-plugin</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
 	<name>Maven plugin for JSF components code generation</name>
 	<dependencies>
@@ -55,7 +55,7 @@
 		<dependency>
 			<groupId>org.richfaces.cdk</groupId>
 			<artifactId>generator</artifactId>
-			<version>3.3.3-SNAPSHOT</version>
+			<version>3.3.3-jsf2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -85,4 +85,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-javascript-plugin/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-javascript-plugin/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>cdk</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>maven-javascript-plugin</artifactId>
@@ -52,4 +52,4 @@
 		<runtime.log>target/velocity.log</runtime.log>
 	</properties>
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/maven-resource-dependency-plugin/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/maven-resource-dependency-plugin/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/maven-resource-dependency-plugin/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -1,47 +1,47 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-		<artifactId>cdk</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.richfaces.cdk</groupId>
-  
-  <artifactId>maven-resource-dependency-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>3.3.3-SNAPSHOT</version>
-  <name>maven-resource-dependency-plugin</name>
-  
-    
-  <dependencies>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-vfs</groupId>
-      <artifactId>commons-vfs</artifactId>
-      <version>1.0</version>
-    </dependency>
-
-    <dependency> 
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-      <version>2.0</version>
-    </dependency>
-
-    <dependency>
-       <groupId>org.richfaces.cdk</groupId>
-	<artifactId>maven-cdk-plugin</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
-   </dependency>
-    
-  </dependencies>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+		<artifactId>cdk</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.richfaces.cdk</groupId>
+  
+  <artifactId>maven-resource-dependency-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
+  <name>maven-resource-dependency-plugin</name>
+  
+    
+  <dependencies>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-vfs</groupId>
+      <artifactId>commons-vfs</artifactId>
+      <version>1.0</version>
+    </dependency>
+
+    <dependency> 
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>2.0</version>
+    </dependency>
+
+    <dependency>
+       <groupId>org.richfaces.cdk</groupId>
+	<artifactId>maven-cdk-plugin</artifactId>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
+   </dependency>
+    
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -2,12 +2,12 @@
 	<parent>
 		<artifactId>root</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces</groupId>
 	<artifactId>cdk</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JSF Components Development kit</name>
 	<dependencies />
@@ -66,4 +66,4 @@
 		</profile>
 	</profiles>
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/cdk/richfaces-facelets/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/cdk/richfaces-facelets/pom.xml	2009-11-17 23:57:00 UTC (rev 15906)
+++ branches/sandbox/3.3.X_JSF2/cdk/richfaces-facelets/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.cdk</groupId>
-  <artifactId>richfaces-facelets</artifactId>
-  <version>3.3.3-SNAPSHOT</version>
-  <name>maven-archetype-rf-facelets</name>
-  <packaging>maven-archetype</packaging>
-  <parent>
-    <artifactId>cdk</artifactId>
-    <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-
- <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>2.0-alpha-4</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <artifactId>maven-archetype-plugin</artifactId>
-        <version>2.0-alpha-4</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.cdk</groupId>
+  <artifactId>richfaces-facelets</artifactId>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
+  <name>maven-archetype-rf-facelets</name>
+  <packaging>maven-archetype</packaging>
+  <parent>
+    <artifactId>cdk</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+
+ <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-4</version>
+      </extension>
+    </extensions>
+    <plugins>
+      <plugin>
+        <artifactId>maven-archetype-plugin</artifactId>
+        <version>2.0-alpha-4</version>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+</project>



More information about the richfaces-svn-commits mailing list