X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-client%2Fpom.xml;h=7624fac5cdc2b516dc6b921927af5713b92ee7c8;hb=10027f3cd15afd2c8ef341e5cd92de911e07965e;hp=10ba88a9e629b7076e8156a8bb19ef4dee539d02;hpb=aa2c01cf184db285792a946502ad83791e5b8cdd;p=aaf%2Fauthz.git diff --git a/authz-client/pom.xml b/authz-client/pom.xml index 10ba88a9..7624fac5 100644 --- a/authz-client/pom.xml +++ b/authz-client/pom.xml @@ -26,20 +26,23 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 + + + org.onap.aaf.authz + parent + 1.0.1-SNAPSHOT + ../pom.xml + + authz-client Authz Client Client and XSD Generated code for Authz org.onap.aaf.authz - 2.6 + 1.0.1-SNAPSHOT jar https://github.com/att/AAF - - - BSD License - - - + Jonathan Gathman @@ -49,16 +52,26 @@ - + UTF-8 /opt/app/aft/${project.artifactId}/${project.version} true 1.0.0-SNAPSHOT + + 0.7.7.201606060606 + true + 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/${project.groupId}/${project.artifactId}/${project.version} + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} @@ -89,22 +102,6 @@ src/main/xsd - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - false - - @@ -151,6 +148,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.10.4 false @@ -178,7 +176,8 @@ - + + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -188,7 +187,72 @@ 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 + + + + + @@ -208,34 +272,6 @@ dav:${nexusproxy}${sitePath} - - - onap-plugin-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - onap-jar-snapshots - https://nexus.onap.org/content/repositories/snapshots - - - spring-repo - Spring repo - https://artifacts.alfresco.com/nexus/content/repositories/public/ - - - repository.jboss.org-public - JBoss.org Maven repository - https://repository.jboss.org/nexus/content/groups/public - -