[jboss-cvs] Repository SVN: r19425 - maven2/org/richfaces/docs/migration/en/3.3.0.BETA3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Dec 7 16:24:32 EST 2008
Author: nbelaevski
Date: 2008-12-07 16:24:32 -0500 (Sun, 07 Dec 2008)
New Revision: 19425
Added:
maven2/org/richfaces/docs/migration/en/3.3.0.BETA3/en-3.3.0.BETA3.pom
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/richfaces/docs/migration/en/3.3.0.BETA3/en-3.3.0.BETA3.pom
Added: maven2/org/richfaces/docs/migration/en/3.3.0.BETA3/en-3.3.0.BETA3.pom
===================================================================
--- maven2/org/richfaces/docs/migration/en/3.3.0.BETA3/en-3.3.0.BETA3.pom (rev 0)
+++ maven2/org/richfaces/docs/migration/en/3.3.0.BETA3/en-3.3.0.BETA3.pom 2008-12-07 21:24:32 UTC (rev 19425)
@@ -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>migration</artifactId>
+ <version>3.3.0.BETA3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.richfaces.docs.migration</groupId>
+ <artifactId>${translation}</artifactId>
+ <version>3.3.0.BETA3</version>
+ <packaging>jar</packaging>
+ <name>RichFaces Migration 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