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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Feb 4 09:22:07 EST 2008


Author: nbelaevski
Date: 2008-02-04 09:22:07 -0500 (Mon, 04 Feb 2008)
New Revision: 5779

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

Modified: branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml
===================================================================
--- branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml	2008-02-04 11:58:14 UTC (rev 5778)
+++ branches/3.1.x/extensions/portletbridge/portletbridge-api/pom.xml	2008-02-04 14:22:07 UTC (rev 5779)
@@ -22,7 +22,16 @@
            </goals>
          </execution>
        </executions>
-     </plugin>
+	 </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