There seems to be some issues with the infrastructure on the CI server that causes the tests to fail randomly.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@597962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nils-Helge Garli
2007-11-25 08:34:20 +00:00
parent 6fd129b9ed
commit c82338aee0
+15
View File
@@ -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>