X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-core%2Fpom.xml;h=a1a7d5936fa8ba8eac8bc790629d357d13dc000a;hb=40cd35657e9ced190833274bccd4bae4481171d9;hp=10a47f2b1eedc85dd6e00b88cf738f37eb9b808f;hpb=c548cc96e7cf048894686a12dce8d77111378317;p=aaf%2Fauthz.git diff --git a/authz-core/pom.xml b/authz-core/pom.xml index 10a47f2b..a1a7d593 100644 --- a/authz-core/pom.xml +++ b/authz-core/pom.xml @@ -25,9 +25,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.att.authz + org.onap.aaf.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml @@ -50,22 +50,36 @@ - + + 1.0.0-SNAPSHOT + java + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco-it.exec + true + ${project.version} + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + - com.att.inno + org.onap.aaf.inno env - com.att.inno + org.onap.aaf.inno log4j - com.att.inno + org.onap.aaf.inno rosetta - com.att.cadi + org.onap.aaf.cadi cadi-aaf @@ -128,20 +142,117 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + ${skip.staging.artifacts} + + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + org.onap.aaf.* + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-it.exec + + + + + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + onap-plugin-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + onap-jar-snapshots + https://nexus.onap.org/content/repositories/snapshots + + + spring-repo + Spring repo + https://artifacts.alfresco.com/nexus/content/repositories/public/ + + + repository.jboss.org-public + JBoss.org Maven repository + https://repository.jboss.org/nexus/content/groups/public + + +