X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=misc%2Flog4j%2Fpom.xml;h=98df9d0d85ca50643fa553a23d0303e3c25f0c74;hb=d97041c12ad87a4861557200f502b094e1b08535;hp=facb2f7a8a831e9bfb4d6275254a2b3997678304;hpb=ac1e1ec76e9125206be91a2f32c7104c9392dc9a;p=aaf%2Fauthz.git diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index facb2f7a..98df9d0d 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -22,7 +22,7 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc parent 1.3.0-SNAPSHOT .. @@ -59,21 +59,37 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + + + 0.7.6.201602180812 + UTF-8 + UTF-8 + **/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.misc + org.onap.aaf.authz.misc aaf-misc-env ${project.version} - - - net.java.dev.jna - jna-platform - 4.0.0 - - @@ -87,8 +103,111 @@ false + + 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.apache.maven.plugins + maven-surefire-plugin + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +