diff options
Diffstat (limited to 'portal-BE')
-rw-r--r-- | portal-BE/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index cda52df2..f7f9c371 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -186,6 +186,7 @@ <properties> <docker.image.prefix>portal</docker.image.prefix> <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> + <sonar.skip>true</sonar.skip> </properties> <build> <plugins> |