diff options
Diffstat (limited to 'auth/auth-deforg')
-rw-r--r-- | auth/auth-deforg/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index d4dc5525..4bc558e2 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -74,6 +74,7 @@ <properties> <maven.test.failure.ignore>false</maven.test.failure.ignore> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |