X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fpap.git;a=blobdiff_plain;f=pom.xml;h=29e55def0badb7bba605e27d2c6645f8f7dfacf0;hp=e0ec4424dc65784848286dce6008333f0caffaf1;hb=refs%2Fheads%2Fmaster;hpb=9df1718ae22b50e1db4223828c55e8f50d1c6a9b diff --git a/pom.xml b/pom.xml index e0ec4424..9189193c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,9 @@ ============LICENSE_START======================================================= ONAP Policy PAP ================================================================================ - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019, 2021, 2023 Nordix Foundation. + Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,19 +21,19 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.onap.policy.parent integration - 3.1.1-SNAPSHOT + 5.0.0-SNAPSHOT org.onap.policy.pap policy-pap - 2.2.0-SNAPSHOT + 4.0.0-SNAPSHOT pom @@ -40,167 +41,20 @@ Code that implements the Policy Administration Backend. - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - - 1.6.2-SNAPSHOT - 2.2.1-SNAPSHOT + 3.0.0-SNAPSHOT + 4.0.0-SNAPSHOT main packages testsuites - client - - - junit - junit - test - - - ecomp-site dav:${nexusproxy}${sitePath} - - - - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17,) - - check - - - - - - - - - - - - -