X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Frosetta%2Fpom.xml;h=51f7d60805d34cce6737e39d382e480fe4796bd8;hb=c9324c82b4a7d6e2867b2e765f4949ee306045af;hp=5bebf56192ec958eb8036ecc82cc772a3d873a76;hpb=3901cf8002977b5008ecf727d9911dd9334e12da;p=aaf%2Fauthz.git diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 5bebf561..51f7d608 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.authz.misc - parent - 1.3.0-SNAPSHOT + org.onap.aaf.authz + miscparent + 2.1.11-SNAPSHOT .. @@ -70,12 +70,17 @@ - 0.7.6.201602180812 - UTF-8 - UTF-8 - **/scripts/**/*,**.js - **/test/**/*,**/tests/**/* - 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/ @@ -86,15 +91,32 @@ - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-env ${project.version} + + + + + - - + 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 @@ -109,93 +131,166 @@ src/main/xsd - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - + + + 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-deploy-plugin + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + + maven-surefire-plugin + + false + + **/JU*.java + - **/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.apache.maven.plugins - maven-surefire-plugin - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - - - + + + + + org.eclipse.m2e + lifecycle-mapping + + + + + + + org.codehaus.mojo + + + jaxb2-maven-plugin + + + [1.3,) + + + xjc + + + + + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + 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 + + + + +