From 5e40a5c56e98a0125a721b00cb6674c31e58a7a3 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 21 Sep 2017 00:10:01 -0400 Subject: Fix the site path so it didn't get overwritten The issue was the sitePath got overwritten to use project group id as well but the location specified by nexus is explicility set so that we can only write site/org/onap/traversal/1.1.0/staging Issue-ID: AAI-76 Change-Id: I1622cb8051b7edff219a881a43522014480d23f1 Signed-off-by: Venkata Harish K Kajur --- aai-traversal/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'aai-traversal') diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 141f8f7..724b2db 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -15,7 +15,6 @@ https://nexus.onap.org https://nexus.onap.org - /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} UTF-8 ${basedir}/target/swm/package/nix/dist_files/ yyyyMMdd'T'HHmmss @@ -30,22 +29,6 @@ false ${project.version} - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-site - dav:${nexusproxy}${sitePath} - - org.onap.aai.aai-common -- cgit 1.2.3-korg