X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=1d6f58f84c87fc59d510ceb1cacb124acd7cb087;hb=ba6d14f6e6b7b197d2b874f724c333bc8ba082b8;hp=0f8e64323faa835167f50dc5b8763d41ec731261;hpb=f2ce686eeb0781afb6766034581d9508d3501d55;p=cps.git diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 0f8e64323..1d6f58f84 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. + 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. @@ -31,53 +32,44 @@ org.onap.cps cps-parent - 0.0.2-SNAPSHOT + 3.1.0-SNAPSHOT pom org.onap.cps.Application - openjdk:11-jre-slim 11 - 0.9 - https://nexus.onap.org - 3.1.0 - UTF-8 - /content/repositories/releases/ - 4.1.3 - 2.3.3.RELEASE - 1.8.0-beta4 - 1.5.0 - 4.2.0 - 3.0.18 - /content/repositories/snapshots/ + 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-nf-proxy-rest/target/site/jacoco-ut/jacoco.xml, - ../cps-nf-proxy-rest/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 - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - + + + Windows + + + Windows + + + + python + + + + unix + + + unix + + + + python3 + + + @@ -123,7 +115,7 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot-maven-plugin.version} + 2.6.4 @@ -133,21 +125,39 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + io.swagger.codegen.v3 swagger-codegen-maven-plugin - ${swagger-codegen-maven-plugin.version} + 3.0.27 + + + openapi-yaml-gen + + generate + + compile + + ${project.basedir}/docs/openapi/openapi.yml + openapi-yaml + + + com.github.spotbugs spotbugs-maven-plugin - ${spotbugs-maven-plugin.version} + 4.1.3 com.github.spotbugs spotbugs - ${spotbugs.version} + 4.2.0 ${project.groupId} @@ -158,7 +168,7 @@ org.slf4j slf4j-simple - ${spotbugs.slf4j.version} + 1.8.0-beta4 @@ -174,6 +184,7 @@ If you run out of memory, changes the value of the effort element to 'Low'. --> + true Max Low @@ -199,6 +210,21 @@ + + org.jsonschema2pojo + jsonschema2pojo-maven-plugin + 1.1.1 + + ${java.version} + + + + + generate + + + + @@ -276,7 +302,7 @@ org.onap.oparent checkstyle - ${oparent.version} + 3.1.0 ${project.groupId} @@ -323,12 +349,21 @@ see https://www.testcontainers.org/features/configuration/#disabling-ryuk --> true + ${docker.pull.registry}/ org.jacoco 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/* + + default-prepare-agent @@ -342,9 +377,6 @@ check - - org/onap/cps/rest/model/* - ${project.build.directory}/code-coverage/jacoco-ut.exec @@ -360,18 +392,6 @@ - - report - - report-aggregate - - verify - - - **/code-coverage/jacoco-ut.exec - - - @@ -382,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 + + + - \ No newline at end of file +