diff options
Diffstat (limited to 'authz-fs')
-rw-r--r-- | authz-fs/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index 51c01ee6..59590bc3 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/pom.xml @@ -56,6 +56,7 @@ <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
<project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
<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>
|