X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=c3f9a796b9bfa5255ada4e21cc707acd09f950d5;hb=6f145256b9d9ac6c0e0b6073afb5d1fa178a84a4;hp=3215ea8b8ce194679bc0f9d7bea36f79a65b2537;hpb=048390e7c4af8bf40095bddf2c9b76bc95445b19;p=policy%2Fxacml-pdp.git diff --git a/pom.xml b/pom.xml index 3215ea8b..c3f9a796 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,14 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2019 AT&T Intellectual Property. 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,32 +19,242 @@ --> - 4.0.0 + 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.0.1 + + + + org.onap.policy.xacml-pdp + policy-xacml-pdp + 2.2.0-SNAPSHOT - - org.onap.policy.parent - integration - 2.0.0-SNAPSHOT - - + pom - org.onap.policy.xacml-pdp - policy-xacml-pdp + policy-xacml-pdp + This code implements the XACML PDP engine - pom + + + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + ${project.basedir}/../target/code-coverage/jacoco-it.exec + reuseReports + 1.6.0-SNAPSHOT + 2.2.0-SNAPSHOT + - policy-xacml-pdp - This code implements the XACML PDP engine + + main + applications + packages + testsuites + xacml-test + - - + + + junit + junit + test + + + io.cucumber + cucumber-java + test + + + io.cucumber + cucumber-junit + test + + + org.assertj + assertj-core + test + + + org.slf4j + slf4j-ext + 1.8.0-beta2 + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + org.yaml + snakeyaml + + + org.projectlombok + lombok + + + org.json + json + 20180813 + + + org.onap.policy.models + policy-models-decisions + ${policy.models.version} + + + org.onap.policy.models + policy-models-tosca + ${policy.models.version} + + - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + + 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 + + + + + + + + + + + + +