You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/11/25 09:34:21 UTC

svn commit: r597962 - /struts/struts2/trunk/apps/portlet/pom.xml

Author: nilsga
Date: Sun Nov 25 00:34:20 2007
New Revision: 597962

URL: http://svn.apache.org/viewvc?rev=597962&view=rev
Log:
There seems to be some issues with the infrastructure on the CI server that causes the tests to fail randomly.

Modified:
    struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=597962&r1=597961&r2=597962&view=diff
==============================================================================
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Sun Nov 25 00:34:20 2007
@@ -40,6 +40,21 @@
        <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/</url>
     </scm>
 	
+	<build>
+		<plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <!-- Excluded so the integration tests don't run in the main Bamboo build -->
+                    <excludes>
+						   <exclude>org/apache/struts2/portlet/test/*</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+		</plugins>
+	</build>
+	
 	<profiles>
 		<profile>
 			<id>pluto</id>