diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-cass/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-certman/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-cmd/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-deforg/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-service/pom.xml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index b458cff4..3a627c10 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -67,6 +67,7 @@ <!-- 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> diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 48e8f0b1..cfd08ce5 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -27,6 +27,7 @@ <properties> <!-- 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> diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 88daac40..7666e979 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -30,6 +30,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> 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> diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 339b5bc7..7f806f84 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -28,6 +28,7 @@ <properties> <maven.test.failure.ignore>true</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> |