Merge pull request #3104 from zschwarz/exclude-test

KEYCLOAK-3389 Added general exclude for tests
This commit is contained in:
Bill Burke 2016-08-02 07:19:42 -04:00 committed by GitHub
commit 9365a40426

View file

@ -32,6 +32,7 @@
<description></description>
<properties>
<exclude.test>-</exclude.test>
<exclude.console>-</exclude.console>
<exclude.account>-</exclude.account>
<exclude.client>-</exclude.client>
@ -97,6 +98,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>${exclude.test}</exclude>
<exclude>${exclude.console}</exclude>
<exclude>${exclude.account}</exclude>
<exclude>${exclude.client}</exclude>