[jboss-cvs] Repository SVN: r27032 - maven2/org/richfaces/docs/realworld/en/3.3.1.CR3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 6 20:45:59 EDT 2009


Author: nbelaevski
Date: 2009-05-06 20:45:59 -0400 (Wed, 06 May 2009)
New Revision: 27032

Added:
   maven2/org/richfaces/docs/realworld/en/3.3.1.CR3/en-3.3.1.CR3.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/docs/realworld/en/3.3.1.CR3/en-3.3.1.CR3.pom

Added: maven2/org/richfaces/docs/realworld/en/3.3.1.CR3/en-3.3.1.CR3.pom
===================================================================
--- maven2/org/richfaces/docs/realworld/en/3.3.1.CR3/en-3.3.1.CR3.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/realworld/en/3.3.1.CR3/en-3.3.1.CR3.pom	2009-05-07 00:45:59 UTC (rev 27032)
@@ -0,0 +1,42 @@
+<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/xsd/maven-4.0.0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.richfaces.docs</groupId>
+		<artifactId>realworld</artifactId>
+		<version>3.3.1.CR3</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<groupId>org.richfaces.docs.realworld</groupId>
+	<artifactId>${translation}</artifactId>
+	<version>3.3.1.CR3</version>
+	<packaging>jar</packaging>
+	<name>RichFaces Realworld application Guide (${translation})</name>
+
+	<properties>
+		<translation>en</translation>
+	</properties>
+	<build>
+		<finalName>
+			${project.parent.artifactId}_${translation}-${version}
+		</finalName>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-dependency-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>xml-maven-plugin</artifactId>
+				<version>1.0-beta-2</version>
+			</plugin>
+
+			<plugin>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-jdocbook-plugin</artifactId>
+				<extensions>true</extensions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list