Merge pull request #3104 from zschwarz/exclude-test
KEYCLOAK-3389 Added general exclude for tests
This commit is contained in:
commit
9365a40426
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue