diff options
Diffstat (limited to 'auth/auth-cmd/pom.xml')
-rw-r--r-- | auth/auth-cmd/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 83b5f046..1adf1350 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -30,7 +30,7 @@ <properties> <maven.test.failure.ignore>false</maven.test.failure.ignore> <!-- SONAR --> - <sonar.skip>true</sonar.skip> + <!-- <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> |