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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 23 23:29:03 EST 2008


Author: nbelaevski
Date: 2008-01-23 23:29:03 -0500 (Wed, 23 Jan 2008)
New Revision: 5578

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-24 02:11:40 UTC (rev 5577)
+++ branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml	2008-01-24 04:29:03 UTC (rev 5578)
@@ -25,6 +25,15 @@
          </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 richfaces-svn-commits mailing list