X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=1d6f58f84c87fc59d510ceb1cacb124acd7cb087;hb=ba6d14f6e6b7b197d2b874f724c333bc8ba082b8;hp=bfb3a97523b44027eaa83e84fa95e81aa94ef301;hpb=163fe25c18a81976d080f8752ef3dc889d29569b;p=cps.git diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index bfb3a9752..1d6f58f84 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. - Modifications Copyright (C) 2021 Nordix Foundation. + Modifications Copyright (C) 2021-2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,33 +32,45 @@ org.onap.cps cps-parent - 2.0.0-SNAPSHOT + 3.1.0-SNAPSHOT pom org.onap.cps.Application 11 - 0.9 + 0.97 ${project.reporting.outputDirectory}/jacoco-aggregate - ../cps-ri/target/site/jacoco-ut/jacoco.xml, - ../cps-ri/target/site/jacoco-aggregate/jacoco.xml, - ../cps-service/target/site/jacoco-ut/jacoco.xml, - ../cps-service/target/site/jacoco-aggregate/jacoco.xml, - ../cps-rest/target/site/jacoco-ut/jacoco.xml, - ../cps-rest/target/site/jacoco-aggregate/jacoco.xml, - ../cps-ncmp-service/target/site/jacoco-ut/jacoco.xml, - ../cps-ncmp-service/target/site/jacoco-aggregate/jacoco.xml, - ../cps-ncmp-rest/target/site/jacoco-ut/jacoco.xml, - ../cps-ncmp-rest/target/site/jacoco-aggregate/jacoco.xml, - ../cps-path-parser/target/site/jacoco-ut/jacoco.xml, - ../cps-path-parser/target/site/jacoco-aggregate/jacoco.xml, - ../cps-application/target/site/jacoco-ut/jacoco.xml, - ../cps-application/target/site/jacoco-aggregate/jacoco.xml + ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml + + + Windows + + + Windows + + + + python + + + + unix + + + unix + + + + python3 + + + + @@ -103,7 +115,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.3.3.RELEASE + 2.6.4 @@ -346,10 +358,10 @@ jacoco-maven-plugin + org/onap/cps/event/model/* org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* org/onap/cps/ncmp/rest/model/* - org/onap/cps/ncmp/api/models/* @@ -380,18 +392,6 @@ - - report - - report-aggregate - - verify - - - **/code-coverage/jacoco-ut.exec - - - @@ -402,6 +402,30 @@ org.sonarsource.scanner.maven sonar-maven-plugin + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + generate-csv + prepare-package + + exec + + + + + ${script.executor} + ../cps-ri/src/main/resources/ + + yangResourceCsvGenerator.py + dmi-registry@2021-12-13 + dmi-registry@2022-02-10 + dmi-registry@2022-05-10 + + +