X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=engine-d%2Fpom.xml;h=140ef9464fba5bec9a9cd2eebe15d67668272be4;hb=refs%2Fheads%2Fmaster;hp=2bdb217751b94dd2e7566d7c2a1c335d94f6d9a4;hpb=560291e128455ccb139847b5cb410b10097cd387;p=holmes%2Fengine-management.git diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 2bdb217..140ef94 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -22,13 +22,17 @@ org.onap.holmes.engine-management holmes-engine-parent - 1.3.6-SNAPSHOT + 1.3.8-SNAPSHOT holmes-engine-d holmes-engine-d-service jar + + org.onap.holmes.engine.EngineDActiveApp + + @@ -39,8 +43,75 @@ src/main/resources + + swagger.json + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + + + repackage + + + + + ${main-class} + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + maven-surefire-plugin + 3.1.2 + + + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.net=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + --add-opens=java.base/java.util.concurrent=ALL-UNNAMED + --add-opens=java.base/java.util.stream=ALL-UNNAMED + --add-opens=java.base/java.io=ALL-UNNAMED + --add-opens=java.base/java.lang.reflect=ALL-UNNAMED + + + + + 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 + + + + + @@ -53,7 +124,6 @@ 1.5.0 -