[jboss-cvs] Repository SVN: r6219 - maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.1.CR2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 27 18:55:55 EDT 2008


Author: nbelaevski
Date: 2008-04-27 18:55:55 -0400 (Sun, 27 Apr 2008)
New Revision: 6219

Added:
   maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.1.CR2/maven-cdk-plugin-3.2.1.CR2.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.1.CR2/maven-cdk-plugin-3.2.1.CR2.pom

Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.1.CR2/maven-cdk-plugin-3.2.1.CR2.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.1.CR2/maven-cdk-plugin-3.2.1.CR2.pom	                        (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.1.CR2/maven-cdk-plugin-3.2.1.CR2.pom	2008-04-27 22:55:55 UTC (rev 6219)
@@ -0,0 +1,56 @@
+<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.2.1.CR2</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.cdk</groupId>
+	<artifactId>maven-cdk-plugin</artifactId>
+	<version>3.2.1.CR2</version>
+	<packaging>maven-plugin</packaging>
+	<name>Maven plugin for JSF components code generation</name>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-artifact</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-plugin-api</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-project</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-archiver</artifactId>
+			<version>2.2</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.maven.shared</groupId>
+			<artifactId>file-management</artifactId>
+			<version>1.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.codehaus.plexus</groupId>
+			<artifactId>plexus-velocity</artifactId>
+			<version>1.1.2</version>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.cdk</groupId>
+			<artifactId>generator</artifactId>
+			<version>3.2.1.CR2</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list