[jboss-cvs] Repository SVN: r17048 - maven2/org/richfaces/framework/3.1.6.SR1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 13:54:41 EST 2008


Author: nbelaevski
Date: 2008-11-03 13:54:41 -0500 (Mon, 03 Nov 2008)
New Revision: 17048

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

Added: maven2/org/richfaces/framework/3.1.6.SR1/framework-3.1.6.SR1.pom
===================================================================
--- maven2/org/richfaces/framework/3.1.6.SR1/framework-3.1.6.SR1.pom	                        (rev 0)
+++ maven2/org/richfaces/framework/3.1.6.SR1/framework-3.1.6.SR1.pom	2008-11-03 18:54:41 UTC (rev 17048)
@@ -0,0 +1,61 @@
+<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>root</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.1.6.SR1</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces</groupId>
+	<artifactId>framework</artifactId>
+	<version>3.1.6.SR1</version>
+	<packaging>pom</packaging>
+	<name>Java Server Faces AJAX framework</name>
+	<dependencies />
+	<build>
+			<plugins>
+				<plugin>
+					<artifactId>maven-source-plugin</artifactId>
+					<executions>
+						<execution>
+							<id>attach-source</id>
+							<goals>
+								<goal>jar</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-jar-plugin</artifactId>
+					<configuration>
+						<archive>
+							<index>true</index>
+							<manifest>
+								<addDefaultSpecificationEntries>
+									true
+								</addDefaultSpecificationEntries>
+								<addDefaultImplementationEntries>
+									true
+								</addDefaultImplementationEntries>
+							</manifest>
+							<manifestEntries>
+								<mode>development</mode>
+								<Build-Number>
+									${buildNumber}
+								</Build-Number>
+							</manifestEntries>
+						</archive>
+					</configuration>
+				</plugin>
+			</plugins>
+	</build>
+	<modules>
+		<!--
+			<module>api-parent</module>
+			<module>impl-parent</module>
+		-->
+		<module>api</module>
+		<module>impl</module>
+		<module>test</module>
+	</modules>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list