[jboss-cvs] Repository SVN: r3864 - maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.0.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 31 20:21:58 EDT 2008


Author: alexsmirnov
Date: 2008-03-31 20:21:58 -0400 (Mon, 31 Mar 2008)
New Revision: 3864

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

Added: maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.0.GA/maven-cdk-plugin-3.2.0.GA.pom
===================================================================
--- maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.0.GA/maven-cdk-plugin-3.2.0.GA.pom	                        (rev 0)
+++ maven2/org/richfaces/cdk/maven-cdk-plugin/3.2.0.GA/maven-cdk-plugin-3.2.0.GA.pom	2008-04-01 00:21:58 UTC (rev 3864)
@@ -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.0.GA</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.cdk</groupId>
+	<artifactId>maven-cdk-plugin</artifactId>
+	<version>3.2.0.GA</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.0.GA</version>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list