X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-gui%2Fpom.xml;h=6b02437e88a4c95e3ace46c11c749e41b85d21f5;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=d225300936a8de6425195e9e33b6cb0033547ca8;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index d2253009..6b02437e 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/pom.xml @@ -1,31 +1,23 @@ - + 4.0.0 - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.2-SNAPSHOT ../pom.xml @@ -35,22 +27,38 @@ true + + + 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.auth + org.onap.aaf.authz aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-client - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-cmd @@ -58,22 +66,22 @@ you have something else Match with Property Entry: Organization., i.e. Organization.onap.org=org.onap.org.DefaultOrg --> - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-deforg - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-client - org.onap.aaf.misc + org.onap.aaf.authz aaf-misc-xgen @@ -97,7 +105,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false @@ -109,7 +117,8 @@ org.onap.aaf.auth.gui.AAF_GUI gui - cadi_prop_files=${project.conf_dir}/org.osaaf.gui.props + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.gui.props + cadi_log_dir=${project.ext_root_dir}/logs/gui @@ -122,21 +131,97 @@ theme theme - + + + + 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 + + + - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + ecomp-site + dav:${nexusproxy}${sitePath} + +