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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 31 14:57:24 EDT 2008


Author: nbelaevski
Date: 2008-10-31 14:57:24 -0400 (Fri, 31 Oct 2008)
New Revision: 16124

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

Added: maven2/org/richfaces/ui/core/3.2.2.SR1/core-3.2.2.SR1.pom
===================================================================
--- maven2/org/richfaces/ui/core/3.2.2.SR1/core-3.2.2.SR1.pom	                        (rev 0)
+++ maven2/org/richfaces/ui/core/3.2.2.SR1/core-3.2.2.SR1.pom	2008-10-31 18:57:24 UTC (rev 16124)
@@ -0,0 +1,47 @@
+<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>core</artifactId>
+	<name>Java Server Faces AJAX framework</name>
+  <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>
+          <execution>
+		<id>generate-test-sources</id>
+            <phase>generate-test-sources</phase>
+            <goals>
+              <goal>generate-tests</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <library>
+            <prefix>org.richfaces</prefix>
+            <taglib>
+              <uri>http://richfaces.org/a4j</uri>
+              <shortName>a4j</shortName>
+              <displayName>Core ajax components tags</displayName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+	<dependencies>
+	</dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list