[jboss-cvs] Repository SVN: r5960 - maven2/org/richfaces/extensions/portletbridge/3.1.5.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 20 21:57:00 EDT 2008


Author: nbelaevski
Date: 2008-04-20 21:57:00 -0400 (Sun, 20 Apr 2008)
New Revision: 5960

Added:
   maven2/org/richfaces/extensions/portletbridge/3.1.5.GA/portletbridge-3.1.5.GA.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/extensions/portletbridge/3.1.5.GA/portletbridge-3.1.5.GA.pom

Added: maven2/org/richfaces/extensions/portletbridge/3.1.5.GA/portletbridge-3.1.5.GA.pom
===================================================================
--- maven2/org/richfaces/extensions/portletbridge/3.1.5.GA/portletbridge-3.1.5.GA.pom	                        (rev 0)
+++ maven2/org/richfaces/extensions/portletbridge/3.1.5.GA/portletbridge-3.1.5.GA.pom	2008-04-21 01:57:00 UTC (rev 5960)
@@ -0,0 +1,90 @@
+<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>extensions</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.1.5.GA</version>
+	</parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.extensions</groupId>
+  <artifactId>portletbridge</artifactId>
+	<version>3.1.5.GA</version>
+  <name>Richfaces bridge for a portlet environment</name>
+  <packaging>pom</packaging>
+   <repositories>
+      <repository>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+         <id>repository.jboss.com</id>
+         <name>Jboss Repository for Maven</name>
+         <url>
+            http://repository.jboss.com/maven2/
+         </url>
+         <layout>default</layout>
+      </repository>
+   </repositories>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>portlet-api</groupId>
+			<artifactId>portlet-api</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.2_07</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+			<version>1.2_07</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.5</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet.jsp</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.1</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-test</artifactId>
+			<version>3.1.5.GA</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+  <modules>
+    <module>portletbridge-api</module>
+    <module>portletbridge-impl</module>
+  </modules>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list