X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=cadi%2Fpom.xml;h=b6f12625d0741c713497d820df3ade431c696896;hp=9eae06757453b5961762e51f239749807df80aa8;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hpb=20c4a4ad243780161e9f9017ca1a871812da4e89 diff --git a/cadi/pom.xml b/cadi/pom.xml index 9eae0675..b6f12625 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,27 +21,26 @@ --> 4.0.0 - org.onap.aaf.cadi + org.onap.aaf.authz.cadi parent AAF CADI Parent (Code, Access, Data, Identity) - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT 2015-07-20 ONAP pom - + org.onap.oparent oparent 1.1.0 - true UTF-8 - 1.3.0-SNAPSHOT + 2.1.0-SNAPSHOT 2.10-SNAPSHOT 9.3.9.v20160517 1.5.1 @@ -50,8 +49,8 @@ 3.2 jacoco - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org @@ -105,10 +104,10 @@ org.mockito mockito-all - 1.9.5 + 1.9.5 test - + org.powermock powermock-module-junit4 @@ -138,7 +137,6 @@ client aaf cass - oauth-enduser shiro @@ -149,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} @@ -169,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} @@ -229,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 @@ -265,7 +263,7 @@ servlet-api 2.5 - + org.slf4j slf4j-api @@ -281,7 +279,7 @@ src/test/java - + true @@ -293,7 +291,7 @@ 1.7 - + org.apache.maven.plugins 2.4 @@ -317,7 +315,7 @@ org.opendaylight.* - + maven-release-plugin 2.5.2 @@ -325,38 +323,43 @@ -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 - true + false + + **/JU*.java + + + - - org.eclipse.m2e @@ -388,73 +391,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 @@ -471,5 +480,5 @@ dav:${nexusproxy}${sitePath} - +