[jboss-cvs] Repository SVN: r16721 - maven2/org/richfaces/ui/beanValidator/3.2.2.SR1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 31 15:40:17 EDT 2008


Author: nbelaevski
Date: 2008-10-31 15:40:17 -0400 (Fri, 31 Oct 2008)
New Revision: 16721

Added:
   maven2/org/richfaces/ui/beanValidator/3.2.2.SR1/beanValidator-3.2.2.SR1.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/ui/beanValidator/3.2.2.SR1/beanValidator-3.2.2.SR1.pom

Added: maven2/org/richfaces/ui/beanValidator/3.2.2.SR1/beanValidator-3.2.2.SR1.pom
===================================================================
--- maven2/org/richfaces/ui/beanValidator/3.2.2.SR1/beanValidator-3.2.2.SR1.pom	                        (rev 0)
+++ maven2/org/richfaces/ui/beanValidator/3.2.2.SR1/beanValidator-3.2.2.SR1.pom	2008-10-31 19:40:17 UTC (rev 16721)
@@ -0,0 +1,69 @@
+<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>ui</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.2.2.SR1</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.ui</groupId>
+	<artifactId>beanValidator</artifactId>
+	<name>beanValidator</name>
+	<version>3.2.2.SR1</version>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.richfaces.cdk</groupId>
+				<artifactId>maven-cdk-plugin</artifactId>
+				<version>3.2.2.SR1</version>
+				<executions>
+					<execution>
+						<phase>generate-sources</phase>
+						<goals>
+							<goal>generate</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<library>
+						<prefix>org.richfaces.ui</prefix>
+						<taglib>
+							<shortName>beanValidator</shortName>
+						</taglib>
+					</library>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-impl</artifactId>
+			<version>3.2.2.SR1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-validator</artifactId>
+			<version>3.1.0.CR1</version>
+			<exclusions>
+				<!--
+					<exclusion> <artifactId>hibernate-core</artifactId>
+					<groupId>org.hibernate</groupId> </exclusion> <exclusion>
+					<artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId>
+					</exclusion>
+				-->
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-simple</artifactId>
+			<version>1.4.2</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list