X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=misc%2Fenv%2Fpom.xml;h=9a725b9fee0929434553ef0ea08f264a41ef4882;hb=a97d731d65bb988e12495d7f9fa6565097c78e26;hp=370203652d31246da8eaaf07ecd33c7abb933c42;hpb=3901cf8002977b5008ecf727d9911dd9334e12da;p=aaf%2Fauthz.git diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 37020365..9a725b9f 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -22,9 +22,9 @@ - org.onap.aaf.authz.misc - parent - 1.3.0-SNAPSHOT + org.onap.aaf.authz + miscparent + 2.1.1-SNAPSHOT .. @@ -70,13 +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/ /content/repositories/releases/ @@ -84,94 +88,205 @@ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + + + - - - 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} - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - pre-unit-test - - prepare-agent - + 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 + 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 - - - post-unit-test - test - - report - + + + + 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.eclipse.m2e + lifecycle-mapping + 1.0.0 - ${project.build.directory}/code-coverage/jacoco-ut.exec - ${project.reporting.outputDirectory}/jacoco-ut + + + + + + org.codehaus.mojo + + + jaxb2-maven-plugin + + + [1.3,) + + + xjc + + + + + + + + - - - pre-integration-test - pre-integration-test - - prepare-agent - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true - ${project.build.directory}/code-coverage/jacoco-it.exec - failsafeArgLine + ${nexusproxy} + 176c31dfe190a + ecomp-staging - - - post-integration-test - post-integration-test - - report - + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} - ${project.build.directory}/code-coverage/jacoco-it.exec - ${project.reporting.outputDirectory}/jacoco-it + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - - - - + + + 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 + + + + + + + @@ -179,6 +294,32 @@ log4j compile + + org.mockito + mockito-all + 1.9.5 + test + + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + + junit + junit + 4.10 + test +