diff options
Diffstat (limited to 'authz-test/pom.xml')
-rw-r--r-- | authz-test/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 755d3969..a60dc561 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -58,6 +58,7 @@ <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
<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>
|