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