X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Fxgen%2Fpom.xml;h=08b4e1a47c321cfcfadee064a00f9504dfb977ae;hb=refs%2Fchanges%2F45%2F40745%2F1;hp=a3bceb1042cc143560c43e786d96bc9c95554980;hpb=53ad85818a4de32afb51bd27c7d577195d882dd7;p=aaf%2Fauthz.git diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index a3bceb10..08b4e1a4 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -94,94 +94,92 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - - + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.2 + + - - org.jacoco - jacoco-maven-plugin - - ${jacocoVersion} - - - - pre-unit-test - none - - - post-unit-test - none - - - pre-integration-test - none - - - post-integration-test - none - - - - portal-prepare-agent - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - portal-offline-instrument - - instrument - - - - portal-restore-instrumented-classes - test - - restore-instrumented-classes - - - - portal-post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - ${project.basedir}/target/site/jacoco - - - - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + + + post-unit-test + test + + report + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + failsafeArgLine + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + - - org.apache.maven.plugins - maven-surefire-plugin - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + +