X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fpom.xml;h=fa1dd0f17d63850f1bd86d1110b6dc93ab9c1348;hb=58c2a7132f861e269ed707eb585657b0c9ead9f5;hp=1928f7df47b762e085986135838424add149a720;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/cadi/pom.xml b/cadi/pom.xml index 1928f7df..fa1dd0f1 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,24 +21,38 @@ --> 4.0.0 - org.onap.aaf.cadi - parent + + org.onap.aaf.authz + parent + 2.1.15-SNAPSHOT + + cadiparent AAF CADI Parent (Code, Access, Data, Identity) - 1.5.0-SNAPSHOT 2015-07-20 ONAP pom - + - true - UTF-8 - 1.3.0-SNAPSHOT - 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} + @@ -84,27 +98,23 @@ org.mockito mockito-all - 1.9.5 test - + org.powermock powermock-module-junit4 - ${powermock.version} test org.powermock powermock-api-mockito - ${powermock.version} test junit junit - 4.10 test @@ -116,142 +126,10 @@ core client aaf - cass - oauth-enduser - shiro + servlet-sample - - - - - - - org.onap.aaf.auth - aaf-auth-client - ${project.authClientVersion} - - - - org.onap.aaf.cadi - aaf-cadi-core - ${project.version} - - - - org.onap.aaf.cadi - aaf-cadi-oauth - ${project.version} - - - - - - org.onap.aaf.cadi - aaf-cadi-core - ${project.version} - tests - - - - org.onap.aaf.cadi - aaf-cadi-jetty - ${project.version} - - - - org.onap.aaf.cadi - aaf-cadi-cass - ${project.version} - - - - org.onap.aaf.cadi - aaf-cadi-aaf - ${project.version} - - - - org.onap.aaf.cadi - aaf-cadi-aaf - ${project.version} - full - - - - org.onap.aaf.cadi - aaf-cadi-client - ${project.version} - - - - org.onap.aaf.misc - aaf-misc-env - ${project.miscVersion} - - - - org.onap.aaf.misc - aaf-misc-rosetta - ${project.miscVersion} - - - - org.onap.aaf.misc - aaf-misc-log4j - ${project.miscVersion} - - - - org.eclipse.jetty - 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 - ${project.jettyVersion} - - - - javax.servlet - servlet-api - 2.5 - - - - org.slf4j - slf4j-api - 1.7.5 - - - @@ -260,7 +138,7 @@ src/test/java - + true @@ -272,7 +150,7 @@ 1.7 - + org.apache.maven.plugins 2.4 @@ -296,7 +174,7 @@ org.opendaylight.* - + maven-release-plugin 2.5.2 @@ -304,12 +182,12 @@ -s ${mvn.settings} deploy - + maven-assembly-plugin 2.5.5 - + org.apache.maven.plugins maven-deploy-plugin @@ -317,25 +195,31 @@ false - + - + org.apache.maven.plugins maven-dependency-plugin 2.10 - + maven-surefire-plugin 2.17 - true + false + + **/JU*.java + + + + false - - org.eclipse.m2e @@ -367,11 +251,83 @@ - + + 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 + + + + - + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + -