[jboss-cvs] Repository SVN: r4414 - maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.CR1.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Apr 7 20:33:29 EDT 2008
Author: nbelaevski
Date: 2008-04-07 20:33:29 -0400 (Mon, 07 Apr 2008)
New Revision: 4414
Added:
maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.CR1/portletbridge-api-3.1.5.CR1.pom
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.CR1/portletbridge-api-3.1.5.CR1.pom
Added: maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.CR1/portletbridge-api-3.1.5.CR1.pom
===================================================================
--- maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.CR1/portletbridge-api-3.1.5.CR1.pom (rev 0)
+++ maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.5.CR1/portletbridge-api-3.1.5.CR1.pom 2008-04-08 00:33:29 UTC (rev 4414)
@@ -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.CR1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.extensions.portletbridge</groupId>
+ <artifactId>portletbridge-api</artifactId>
+ <version>3.1.5.CR1</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