diff options
Diffstat (limited to 'authz-certman/pom.xml')
-rw-r--r-- | authz-certman/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml index 39628cba..625bde9d 100644 --- a/authz-certman/pom.xml +++ b/authz-certman/pom.xml @@ -56,6 +56,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
<sonar.language>java</sonar.language>
+ <sonar.skip>true</sonar.skip>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
<sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
|