[richfaces-svn-commits] JBoss Rich Faces SVN: r5523 - branches/3.1.x/extensions/portletbridge/portletbridge-api.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 21 22:50:43 EST 2008


Author: nbelaevski
Date: 2008-01-21 22:50:42 -0500 (Mon, 21 Jan 2008)
New Revision: 5523

Modified:
   branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml
Log:
Abstract tests excluded from Surefire

Modified: branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml
===================================================================
--- branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml	2008-01-22 03:12:03 UTC (rev 5522)
+++ branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml	2008-01-22 03:50:42 UTC (rev 5523)
@@ -1,28 +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.4-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.extensions.portletbridge</groupId>
-	<artifactId>portletbridge-api</artifactId>
-	<version>3.1.4-SNAPSHOT</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>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<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.4-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.extensions.portletbridge</groupId>
+	<artifactId>portletbridge-api</artifactId>
+	<version>3.1.4-SNAPSHOT</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>




More information about the richfaces-svn-commits mailing list