X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Flog4j%2Fpom.xml;h=b7f196029b8b9dfe3b0644e141dd27ff758b1dc6;hb=3901cf8002977b5008ecf727d9911dd9334e12da;hp=98df9d0d85ca50643fa553a23d0303e3c25f0c74;hpb=53ad85818a4de32afb51bd27c7d577195d882dd7;p=aaf%2Fauthz.git diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 98df9d0d..b7f19602 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -68,7 +68,7 @@ - + 0.7.6.201602180812 UTF-8 @@ -76,14 +76,14 @@ **/scripts/**/*,**.js **/test/**/*,**/tests/**/* true - + https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + org.onap.aaf.authz.misc @@ -104,92 +104,90 @@ - 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.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 + ${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 + + +