From 6668f15295fc6fe7a89a77cd98bcd3f4dfb39788 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Fri, 19 Feb 2021 12:19:58 +0100 Subject: Create cps-tdmt module Issue-ID: CPS-243 Signed-off-by: Claudio D. Gasparini Change-Id: I102e1f6b4e2f9eaa88d856a94a869c0e005b700e --- cps-tbdmt-parent/pom.xml | 343 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 343 insertions(+) create mode 100644 cps-tbdmt-parent/pom.xml (limited to 'cps-tbdmt-parent') diff --git a/cps-tbdmt-parent/pom.xml b/cps-tbdmt-parent/pom.xml new file mode 100644 index 0000000..ce5b000 --- /dev/null +++ b/cps-tbdmt-parent/pom.xml @@ -0,0 +1,343 @@ + + + 4.0.0 + + org.onap.oparent + oparent + 3.2.0 + + + + org.onap.cps + cps-tbdmt-parent + 0.0.1-SNAPSHOT + pom + + + 0.0.1-SNAPSHOT + 11 + 0.9 + https://nexus.onap.org + 3.2.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/ + + ${project.reporting.outputDirectory}/jacoco-aggregate + + ../cps-tbdmt-service/target/site/jacoco-ut/jacoco.xml, + ../cps-tbdmt-rest/target/site/jacoco-ut/jacoco.xml, + ../cps-tbdmt-application/target/site/jacoco-ut/jacoco.xml, + + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + + + + + org.onap.cps + cps-tbdmt-dependencies + ${project.version} + pom + import + + + org.onap.cps + cps-tbdmt-bom + ${project.version} + pom + import + + + + + + + + + src/main/resources + true + + + target/generated-sources/license + + third-party-licenses.txt + + + + target/generated-resources/licenses + + *.* + + third-party-licenses + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot-maven-plugin.version} + + + + build-info + repackage + + + + + + + io.swagger.codegen.v3 + swagger-codegen-maven-plugin + ${swagger-codegen-maven-plugin.version} + + + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin.version} + + + com.github.spotbugs + spotbugs + ${spotbugs.version} + + + ${project.groupId} + spotbugs + ${project.version} + + + + org.slf4j + slf4j-simple + ${spotbugs.slf4j.version} + + + + + + jp.skypencil.findbugs.slf4j + bug-pattern + 1.5.0 + + + + Max + + Low + + true + + spotbugs-exclude.xml + + true + + ${project.build.directory}/spotbugs + + + + + analyze-compile + compile + + check + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + + ${project.build.sourceDirectory} + + false + warning + true + + + + onap-java-style + + check + + process-sources + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + + true + true + true + false + warning + true + + + + cps-java-style + + check + + process-sources + + cps-java-style.xml + + ${project.build.sourceDirectory} + + true + true + true + true + warning + true + + + + + + org.onap.oparent + checkstyle + ${oparent.version} + + + org.onap.cps + checkstyle + ${cps.version} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${surefireArgLine} + false + + **/*Spec.java + **/*Test.java + + + **/IT*.java + + + + true + + + + + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + + + coverage-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + BUNDLE + + + INSTRUCTION + COVEREDRATIO + ${minimum-coverage} + + + + + + + + report + + report-aggregate + + verify + + + **/code-coverage/jacoco-ut.exec + + + + + + + com.github.spotbugs + spotbugs-maven-plugin + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + + + \ No newline at end of file -- cgit 1.2.3-korg