diff options
author | jimmy <jf2512@att.com> | 2017-09-20 14:35:57 -0400 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2017-09-20 14:37:40 -0400 |
commit | d8c0f4abf002ad342d3a86c7abaf485c0352157b (patch) | |
tree | 32d8dfef76cfe15c513d468fae78bc7d1baf6200 /pom.xml | |
parent | af5e7bdd7c86117fbf16055b14da6dd6d805577f (diff) |
Updated site path and preferring onap.nexus.url
Issue-ID: AAI-76
Change-Id: Iaaaf0b8a98f1808a67703460e640ab77d8c9c3e8
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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> |