aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2017-09-20 14:35:57 -0400
committerjimmy <jf2512@att.com>2017-09-20 14:37:40 -0400
commitd8c0f4abf002ad342d3a86c7abaf485c0352157b (patch)
tree32d8dfef76cfe15c513d468fae78bc7d1baf6200
parentaf5e7bdd7c86117fbf16055b14da6dd6d805577f (diff)
Updated site path and preferring onap.nexus.url
Issue-ID: AAI-76 Change-Id: Iaaaf0b8a98f1808a67703460e640ab77d8c9c3e8 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d923ec5..e84c225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <sitePath>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/aai/${project.artifactId}/${project.version}</sitePath>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -74,16 +74,16 @@
<repository>
<id>ecomp-releases</id>
<name>ECOMP Release Repository</name>
- <url>${nexusproxy}/content/repositories/releases/</url>
+ <url>${onap.nexus.url}/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
- <url>${nexusproxy}/content/repositories/snapshots/</url>
+ <url>${onap.nexus.url}/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
<id>ecomp-site</id>
- <url>dav:${nexusproxy}${sitePath}</url>
+ <url>dav:${onap.nexus.url}${sitePath}</url>
</site>
</distributionManagement>
<profiles>
@@ -288,7 +288,7 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>${nexusproxy}</nexusUrl>
+ <nexusUrl>${onap.nexus.url}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>