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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 27 15:06:36 EDT 2009


Author: nbelaevski
Date: 2009-03-27 15:06:35 -0400 (Fri, 27 Mar 2009)
New Revision: 23559

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

Added: maven2/org/richfaces/docs/realworld/en/3.3.1.BETA2/en-3.3.1.BETA2.pom
===================================================================
--- maven2/org/richfaces/docs/realworld/en/3.3.1.BETA2/en-3.3.1.BETA2.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/realworld/en/3.3.1.BETA2/en-3.3.1.BETA2.pom	2009-03-27 19:06:35 UTC (rev 23559)
@@ -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.BETA2</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<groupId>org.richfaces.docs.realworld</groupId>
+	<artifactId>${translation}</artifactId>
+	<version>3.3.1.BETA2</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