diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest')
3 files changed, 14 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index bdafc6b802..abff61577a 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -14,6 +14,9 @@ <properties> <errorcode.dir>${project.build.directory}/generated-sources/error-codes</errorcode.dir> + <jacoco.skip>true</jacoco.skip> + <sonar.skip>true</sonar.skip> + </properties> <dependencies> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml index e7a1705914..49df001992 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml @@ -14,6 +14,12 @@ <relativePath>../</relativePath> </parent> + + <properties> + <jacoco.skip>true</jacoco.skip> + <sonar.skip>true</sonar.skip> + </properties> + <dependencies> <dependency> <groupId>org.openecomp.sdc</groupId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml index 6f858b5424..64087cc6c2 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml @@ -18,4 +18,9 @@ <module>/action-library-rest-services</module> <module>/action-library-rest-types</module> </modules> + + + <properties> + <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip> + </properties> </project> |