X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Frosetta%2Fpom.xml;h=2efbba76aa2f2cacb13a1305f6109db3ef562196;hb=9f2d11a8c9a8952bfc97e64418b21f26be4e51a6;hp=1f3c1490e76221f8de8525c9c7384b74c67b323d;hpb=ac1e1ec76e9125206be91a2f32c7104c9392dc9a;p=aaf%2Fauthz.git diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 1f3c1490..2efbba76 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -20,74 +20,266 @@ * --> - - org.onap.aaf.misc - parent - 1.3.0-SNAPSHOT - .. - - - 4.0.0 - aaf-misc-rosetta - AAF Misc Rosetta - 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 - - - - - - - org.onap.aaf.misc - aaf-misc-env - ${project.version} - - - - - - - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - 0.8.2 - - - - generate - - - - - src/main/xsd - - - - - + 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.0-SNAPSHOT + .. + + + 4.0.0 + aaf-misc-rosetta + AAF Misc Rosetta + jar + + + + Jonathan Gathman + jonathan.gathman@att.com + ATT + + Architect + Lead Developer + + + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + + + + + + 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} + + + + + org.onap.aaf.authz + aaf-misc-env + + + javax.xml.bind + jaxb-api + + + org.glassfish.jaxb + jaxb-runtime + + + + + + + + + + src/test/java + + + + true + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.8.2 + + + + generate + + + + + src/main/xsd + + + + + org.apache.maven.plugins + maven-jar-plugin + + target + + + true + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + org.opendaylight.* + + + + + maven-release-plugin + + -s ${mvn.settings} deploy + + + + + maven-assembly-plugin + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + + maven-surefire-plugin + + false + + **/JU*.java + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + org.codehaus.mojo + + + jaxb2-maven-plugin + + + [1.3,) + + + xjc + + + + + + + + + + + + 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} + +