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

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


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

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

Added: maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.GA/portletbridge-api-3.1.5.GA.pom
===================================================================
--- maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.GA/portletbridge-api-3.1.5.GA.pom	                        (rev 0)
+++ maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.GA/portletbridge-api-3.1.5.GA.pom	2008-04-21 01:57:41 UTC (rev 5973)
@@ -0,0 +1,37 @@
+<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>portletbridge</artifactId>
+		<groupId>org.richfaces.extensions</groupId>
+		<version>3.1.5.GA</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.extensions.portletbridge</groupId>
+	<artifactId>portletbridge-api</artifactId>
+	<version>3.1.5.GA</version>
+	<name>JSR-301 jsf-portlet brige api</name>
+	<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
+	  <build>
+    <plugins>
+     <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-jar-plugin</artifactId>
+       <executions>
+         <execution>
+           <goals>
+             <goal>test-jar</goal>
+           </goals>
+         </execution>
+       </executions>
+	 </plugin>
+	 <plugin>
+		 <groupId>org.apache.maven.plugins</groupId>
+		 <artifactId>maven-surefire-plugin</artifactId>
+		 <configuration>
+			 <excludes>
+				 <exclude>**/AbstractAjax4jsfPortletTestCase.java</exclude>
+			 </excludes>
+		 </configuration>
+	 </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list