X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt%2Fpom.xml;h=29bf27c119802c9bb1410f66caa7193de467e21c;hb=a796bda2f8e2db093ce9f528f6e5960e4aa1b22c;hp=d11ab04d3bdcb91716d5b7072af784cf53576522;hpb=be12e84d9666dc57b908187f27de552c29587cd3;p=holmes%2Frule-management.git diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index d11ab04..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.2.8-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}