X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=auth%2Fauth-core%2Fpom.xml;h=915178367528a4d93491eaba8f3a9f09c4a6edac;hp=2cb2b17aace753a6d07c499fc4dcf400f9969c69;hb=54f1bd25e5a6fb84502d100dbb00e915d4be6556;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6 diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 2cb2b17a..91517836 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -20,93 +20,188 @@ * --> - 4.0.0 - - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT - ../pom.xml - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.aaf.authz + authparent + 2.1.16-SNAPSHOT + ../pom.xml + - aaf-auth-core - AAF Auth Core - Core Library for AAF Auth Components - jar + aaf-auth-core + AAF Auth Core + Core Library for AAF Auth Components + jar - - - Jonathan Gathman - jonathan.gathman@att.com - ATT - - Architect - Lead Developer - - - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - - - Sai Gandham - sai.gandham@att.com - ATT - - Developer - - - + + + Jonathan Gathman + jonathan.gathman@att.com + ATT + + Architect + Lead Developer + + + + Gabe Maurer + gabe.maurer@att.com + ATT + + Developer + + + + Ian Howell + ian.howell@att.com + ATT + + Developer + + + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + + - - - org.onap.aaf.misc - aaf-misc-env - - - org.onap.aaf.cadi - aaf-cadi-aaf - + + + 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} + + + + + org.onap.aaf.authz + aaf-misc-env + + + org.onap.aaf.authz + aaf-cadi-aaf + - - javax.servlet - servlet-api - + + javax.servlet + javax.servlet-api + - - org.onap.aaf.misc - aaf-misc-log4j - + + org.onap.aaf.authz + aaf-misc-log4j + - - org.onap.aaf.cadi - aaf-cadi-core - + + org.onap.aaf.authz + aaf-cadi-core + - - org.eclipse.jetty - jetty-servlet - compile - + + org.eclipse.jetty + jetty-servlet + compile + - - org.eclipse.jetty - jetty-jmx - compile - - + + org.slf4j + slf4j-log4j12 + + + + + + + org.jacoco + jacoco-maven-plugin + + + **/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} + +