X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=misc%2Fenv%2Fpom.xml;h=409ce4be59792fdad71ac1f00da1ecefce9ba724;hp=0cd5bc61facad52a08c658ade74503ecb0732a48;hb=55789c5859aff784f6b3cb45e17375c5be1c4cf3;hpb=83fc0257eb809c31461baf0befd54abf5fbbba55 diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 0cd5bc61..409ce4be 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -20,292 +20,284 @@ * --> - - org.onap.aaf.authz - miscparent - 2.1.0-SNAPSHOT - .. - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + org.onap.aaf.authz + miscparent + 2.7.1-SNAPSHOT + .. + - 4.0.0 - aaf-misc-env - AAF Misc Env - jar + 4.0.0 + aaf-misc-env + AAF Misc Env + 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 - - - + + + + 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} + - - - true - 1.8 - 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} - + + + Jonathan Gathman + jonathan.gathman@att.com + ATT + + Architect + Lead Developer + + + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + + - - - - - src/test/java - - - - - - true - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.7 - 1.7 - - + + + + + src/test/java + + + + + + true + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.7 + 1.7 + + - - org.apache.maven.plugins - 2.4 - maven-jar-plugin - - target - - - true - - - - + + org.apache.maven.plugins + 2.4 + maven-jar-plugin + + target + + + true + + + + - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10 - - org.opendaylight.* - - + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10 + + org.opendaylight.* + + - - maven-release-plugin - 2.5.2 - - -s ${mvn.settings} deploy - false - - **/JU*.java - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - surefireArgLine - - + + maven-release-plugin + 2.5.2 + + -s ${mvn.settings} deploy + false + + **/JU*.java + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + - - maven-assembly-plugin - 2.5.5 - + + maven-assembly-plugin + 2.5.5 + - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.1 - - false - + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + - + + + maven-surefire-plugin + 2.17 + + false + + **/JU*.java + + + + + - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + jaxb2-maven-plugin + + + [1.3,) + + + xjc + + + + + + + + + + + + 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 + + + + + + + - - - maven-surefire-plugin - 2.17 - - - + + + log4j + log4j + compile + + + + org.mockito + mockito-all + test + - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.codehaus.mojo - - - jaxb2-maven-plugin - - - [1.3,) - - - xjc - - - - - - - - - - - - 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 - - - - - - - + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + - - - log4j - log4j - compile - - + + junit + junit + test + + - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +