X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt%2Fpom.xml;h=29bf27c119802c9bb1410f66caa7193de467e21c;hb=857c9da5ed2a2775ac7426d97a99195d671c21b5;hp=13c568a2dbd4943e491d67e99cc3be2ed39936e5;hpb=8182df37f0308ad04433a47570e7ca9612fcfd84;p=holmes%2Frule-management.git diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 13c568a..29bf27c 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -1,6 +1,6 @@ - + 4.0.0 org.onap.holmes.rule-management holmes-rulemgt-parent - 1.3.4-SNAPSHOT + 1.3.6-SNAPSHOT holmes-rulemgt @@ -28,7 +29,11 @@ jar - 9.4.18.v20190429 + org.onap.holmes.rulemgt.RuleActiveApp + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + 0.8.5 @@ -36,10 +41,49 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.8.0 - 1.8 - 1.8 + 8 + 8 + 11 + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + + + repackage + + + + + ${main-class}