X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Fpom.xml;h=ee82f229717db1c84c7e7866a1931d9394d34333;hb=c9324c82b4a7d6e2867b2e765f4949ee306045af;hp=56cf3990d5d497df5e82d2d0818e44ae5a21123c;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/cadi/pom.xml b/cadi/pom.xml index 56cf3990..ee82f229 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,45 +21,38 @@ --> 4.0.0 - org.onap.aaf.authz.cadi - parent + + org.onap.aaf.authz + parent + 2.1.11-SNAPSHOT + + cadiparent AAF CADI Parent (Code, Access, Data, Identity) - 1.5.0-SNAPSHOT 2015-07-20 ONAP pom - - - org.onap.oparent - oparent - 1.1.0 - - - 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/** + + + 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} + @@ -105,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 @@ -137,142 +126,10 @@ core client aaf - cass - oauth-enduser - shiro + servlet-sample - - - - - - - org.onap.aaf.authz.auth - aaf-auth-client - ${project.authClientVersion} - - - - org.onap.aaf.authz.cadi - aaf-cadi-core - ${project.version} - - - - org.onap.aaf.authz.cadi - aaf-cadi-oauth - ${project.version} - - - - - - org.onap.aaf.authz.cadi - aaf-cadi-core - ${project.version} - tests - - - - org.onap.aaf.authz.cadi - aaf-cadi-jetty - ${project.version} - - - - org.onap.aaf.authz.cadi - aaf-cadi-cass - ${project.version} - - - - org.onap.aaf.authz.cadi - aaf-cadi-aaf - ${project.version} - - - - org.onap.aaf.authz.cadi - aaf-cadi-aaf - ${project.version} - full - - - - org.onap.aaf.authz.cadi - aaf-cadi-client - ${project.version} - - - - org.onap.aaf.authz.misc - aaf-misc-env - ${project.miscVersion} - - - - org.onap.aaf.authz.misc - aaf-misc-rosetta - ${project.miscVersion} - - - - org.onap.aaf.authz.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 - - - @@ -281,7 +138,7 @@ src/test/java - + true @@ -293,7 +150,7 @@ 1.7 - + org.apache.maven.plugins 2.4 @@ -317,7 +174,7 @@ org.opendaylight.* - + maven-release-plugin 2.5.2 @@ -325,37 +182,44 @@ -s ${mvn.settings} deploy - + maven-assembly-plugin 2.5.5 - + org.apache.maven.plugins maven-deploy-plugin 2.8.1 - true + false - + - + org.apache.maven.plugins maven-dependency-plugin 2.10 - + maven-surefire-plugin 2.17 + false + + **/JU*.java + + + + false - - org.eclipse.m2e @@ -387,73 +251,79 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - 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 - - - - + + 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 + + + + - + - ecomp-releases @@ -470,5 +340,5 @@ dav:${nexusproxy}${sitePath} - +