diff options
Diffstat (limited to 'auth/auth-deforg')
-rw-r--r-- | auth/auth-deforg/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index cf86a783..f5162b7c 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -157,7 +157,6 @@ </excludes> </configuration> <executions> - <execution> <id>pre-unit-test</id> <goals> @@ -168,8 +167,6 @@ <propertyName>surefireArgLine</propertyName> </configuration> </execution> - - <execution> <id>post-unit-test</id> <phase>test</phase> @@ -192,7 +189,6 @@ <propertyName>failsafeArgLine</propertyName> </configuration> </execution> - <execution> <id>post-integration-test</id> <phase>post-integration-test</phase> |