mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user