X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fpom.xml;h=a9d8a9981e8bb5abfa00ec85487c5ee10518469c;hb=3901cf8002977b5008ecf727d9911dd9334e12da;hp=0634cc6960e621f7c6391814e6641b53d66eb4da;hpb=10027f3cd15afd2c8ef341e5cd92de911e07965e;p=aaf%2Fauthz.git diff --git a/cadi/pom.xml b/cadi/pom.xml index 0634cc69..a9d8a998 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,7 +21,7 @@ --> 4.0.0 - org.onap.aaf.cadi + org.onap.aaf.authz.cadi parent AAF CADI Parent (Code, Access, Data, Identity) 1.5.0-SNAPSHOT @@ -31,6 +31,12 @@ pom + + org.onap.oparent + oparent + 1.1.0 + + true UTF-8 @@ -38,6 +44,20 @@ 2.10-SNAPSHOT 9.3.9.v20160517 1.5.1 + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} @@ -69,6 +89,14 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + @@ -76,10 +104,10 @@ org.mockito mockito-all - 1.9.5 + 1.9.5 test - + org.powermock powermock-module-junit4 @@ -109,7 +137,6 @@ client aaf cass - oauth-enduser shiro @@ -120,19 +147,19 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-client ${project.authClientVersion} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core ${project.version} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-oauth ${project.version} @@ -140,57 +167,57 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core ${project.version} tests - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-jetty ${project.version} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-cass ${project.version} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf ${project.version} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf ${project.version} full - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-client ${project.version} - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-env ${project.miscVersion} - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-rosetta ${project.miscVersion} - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-log4j ${project.miscVersion} @@ -200,31 +227,31 @@ jetty-servlet ${project.jettyVersion} - + org.eclipse.jetty jetty-io ${project.jettyVersion} - + org.eclipse.jetty jetty-security ${project.jettyVersion} - + org.eclipse.jetty jetty-http ${project.jettyVersion} - + org.eclipse.jetty jetty-util ${project.jettyVersion} - + org.eclipse.jetty jetty-server @@ -236,7 +263,7 @@ servlet-api 2.5 - + org.slf4j slf4j-api @@ -252,7 +279,7 @@ src/test/java - + true @@ -264,7 +291,7 @@ 1.7 - + org.apache.maven.plugins 2.4 @@ -288,7 +315,7 @@ org.opendaylight.* - + maven-release-plugin 2.5.2 @@ -296,12 +323,12 @@ -s ${mvn.settings} deploy - + maven-assembly-plugin 2.5.5 - + org.apache.maven.plugins maven-deploy-plugin @@ -309,25 +336,24 @@ false - + - + org.apache.maven.plugins maven-dependency-plugin 2.10 - + maven-surefire-plugin 2.17 - true - - org.eclipse.m2e @@ -359,25 +385,94 @@ - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + 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 + + + + - + - - - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + ecomp-site + dav:${nexusproxy}${sitePath} + +