diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml index d35c5afbee..7b6a0afb2e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/pom.xml @@ -21,4 +21,9 @@ <module>notifications-rest-services</module> </modules> + + <properties> + <jacoco.skip>true</jacoco.skip> <sonar.skip>true</sonar.skip> + </properties> + </project>
\ No newline at end of file |