X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Frosetta%2Fpom.xml;h=dcf268a32e0eb576bea954a98504b575722d9900;hb=db2888d4ff0dff6fd1625d9b31e7a22c3a06bc49;hp=57e8c90f31379cfb07d62f1741faba4144829a10;hpb=6034c49491fcd58013f73f0bd0afcd6f85eb3404;p=aaf%2Fauthz.git diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 57e8c90f..dcf268a3 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc parent - 1.3.0-SNAPSHOT + 2.1.0-SNAPSHOT .. @@ -70,33 +70,53 @@ - + + true 0.7.7.201606060606 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 /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - + - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-env ${project.version} + + + + + - - + src/test/java + + + + true + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.7 + 1.7 + + + + org.jvnet.jaxb2.maven2 maven-jaxb2-plugin 0.8.2 @@ -111,70 +131,176 @@ src/main/xsd - - 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.apache.maven.plugins + 2.4 + maven-jar-plugin + + target + + + true + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10 + + org.opendaylight.* + + + + + maven-release-plugin + 2.5.2 + + -s ${mvn.settings} deploy + + + + + 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 - org.onap.aaf.* + **/JU*.java - - - - 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.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 + + + + + @@ -183,10 +309,15 @@ AAF Release Repository ${nexusproxy}${releaseNexusPath} + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + ecomp-site dav:${nexusproxy}${sitePath} - +