X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fpom.xml;h=c840fac74a2833ebcf678e012e06ce879ca61ccf;hb=c1935dba4855c4e2f60ef628eb0cdb663fde64dd;hp=68388a6c94a997fc4c9138cdfc9be15cf178bdc2;hpb=6c59593a4b506c8ce21cae619a4fccd45923e1d1;p=policy%2Fparent.git diff --git a/integration/pom.xml b/integration/pom.xml index 68388a6c..c840fac7 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -44,8 +44,10 @@ 2.29.1 0.4.4 1.6.0 + 2.3.1 1.1.4 20190722 + ${project.basedir}/../target/code-coverage/jacoco-ut.exec @@ -624,6 +626,53 @@ ${java.version} + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${jacoco.dataFile} + true + + + + post-unit-test + test + + report + + + ${jacoco.dataFile} + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + true + + + + post-integration-test + post-integration-test + + report + + + true + + + + +