diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest')
2 files changed, 10 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml index 7879723c68..2780e5a027 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml @@ -14,6 +14,11 @@ <version>1.2.0-SNAPSHOT</version> <!--packaging>pom</packaging--> + + <properties> + <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip> + </properties> + <dependencies> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml index c24e5b4519..dbaf918145 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml @@ -13,5 +13,10 @@ <artifactId>healthcheck-rest-types</artifactId> <version>1.2.0-SNAPSHOT</version> + + <properties> + <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip> + </properties> + </project>
\ No newline at end of file |