X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=627fe9edb199d82227fd07c8df38604172a72684;hb=85047eb1509c1ddda472c4ba32319f1bacb0c760;hp=9cf912418b4ad29cd8095d4f0cf1480619cbc6b8;hpb=f81fa483ac8949866d6b34e77618725dc58fcdce;p=policy%2Fpap.git diff --git a/pom.xml b/pom.xml index 9cf91241..627fe9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -19,30 +19,171 @@ --> - 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 - 2.0.0-SNAPSHOT - - + + org.onap.policy.parent + integration + 2.0.0-SNAPSHOT + + - org.onap.policy.pap - policy-pap - 2.0.0-SNAPSHOT + org.onap.policy.pap + policy-pap - pom + pom - policy-pap - Code that implements the Policy Administration Backend. + policy-pap + Code that implements the Policy Administration Backend. - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + ${project.basedir}/../target/code-coverage/jacoco-it.exec + reuseReports + + + + + + + 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 + + + + + + + + + + + + +