diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest')
3 files changed, 0 insertions, 14 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 11901e2ff0..45707ded40 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,9 +14,6 @@ <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 58cbe7f839..e0ab39315c 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,12 +14,6 @@ <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 c2812d7cad..889826d513 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,9 +18,4 @@ <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> |