X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Fpom.xml;h=3d182c4a589b723ec098539b952bcd19077db7f1;hb=488d383a56cd503e3b4d3508640693d5c8e0d335;hp=4eba2fd57ea1c35b50d2cc13d255c39f5be342ab;hpb=ac1e1ec76e9125206be91a2f32c7104c9392dc9a;p=aaf%2Fauthz.git diff --git a/misc/pom.xml b/misc/pom.xml index 4eba2fd5..3d182c4a 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -20,134 +20,265 @@ * --> - 4.0.0 - org.onap.aaf.misc - parent - AAF Misc Parent - 1.3.0-SNAPSHOT - pom + 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 + parent + 2.1.17-SNAPSHOT + + miscparent + AAF Misc Parent + pom - - UTF-8 - 1.5.1 - + + + Jonathan Gathman + jonathan.gathman@att.com + ATT + + Architect + Lead 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 - - - + + + org.mockito + mockito-all + test + - - - org.mockito - mockito-all - 1.9.5 - test - + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + junit + junit + test + + - - org.powermock - powermock-module-junit4 - ${powermock.version} - test - - - org.powermock - powermock-api-mockito - ${powermock.version} - test - - - junit - junit - 4.10 - test - - + + env + xgen + rosetta + log4j + + + + + + + src/test/java + + + + + + true + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.7 + 1.7 + + - - src/test/java - - - - org.apache.maven.plugins - 2.4 - maven-jar-plugin - - target - - - - - 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 + + + + - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10 + + org.opendaylight.* + + - - env - xgen - rosetta - log4j - + + maven-release-plugin + 2.5.2 + + -s ${mvn.settings} deploy + + - - - - log4j - log4j - 1.2.17 - - - org.slf4j - slf4j-log4j12 - 1.7.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 + + + + false + + + + + + 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 + + + + + + + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +