[jboss-cvs] Repository SVN: r24599 - maven2/org/richfaces/docs/faq/en/3.3.1.BETA4.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 10 08:49:05 EDT 2009


Author: konstantin.mishin
Date: 2009-04-10 08:49:05 -0400 (Fri, 10 Apr 2009)
New Revision: 24599

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

Added: maven2/org/richfaces/docs/faq/en/3.3.1.BETA4/en-3.3.1.BETA4.pom
===================================================================
--- maven2/org/richfaces/docs/faq/en/3.3.1.BETA4/en-3.3.1.BETA4.pom	                        (rev 0)
+++ maven2/org/richfaces/docs/faq/en/3.3.1.BETA4/en-3.3.1.BETA4.pom	2009-04-10 12:49:05 UTC (rev 24599)
@@ -0,0 +1,55 @@
+<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>faq</artifactId>
+		<version>3.3.1.BETA4</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<groupId>org.richfaces.docs.faq</groupId>
+	<artifactId>${translation}</artifactId>
+	<version>3.3.1.BETA4</version>
+	<packaging>jar</packaging>
+	<name>Richfaces Manual (${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>
+			<!--plugin>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-spellChecker-plugin</artifactId>
+			</plugin-->
+
+			<!--
+				<plugin>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-jdocbook-style-plugin</artifactId>
+				<version>1.0.0</version>
+				<extensions>true</extensions>
+				</plugin>
+			-->
+		</plugins>
+	</build>
+</project>




More information about the jboss-cvs-commits mailing list