Excluding the "external" tests to make builds in Jenkins more reliable.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2020-04-19 16:47:49 +02:00
parent 15f7e0671b
commit fe7f71fda1
1 changed files with 3 additions and 0 deletions

View File

@ -1388,6 +1388,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.version}</version>
<configuration>
<excludedGroups>external</excludedGroups>
</configuration>
</plugin>
</plugins>
</pluginManagement>