diff options
author | jimmydot <jf2512@att.com> | 2017-03-24 12:32:30 -0400 |
---|---|---|
committer | jimmydot <jf2512@att.com> | 2017-03-24 12:32:30 -0400 |
commit | d844ad2e813e81cae8cd4f658fc5efbe4b26521a (patch) | |
tree | 78180f7f47a88875bf8520307b1045623ea9fc07 | |
parent | bd90a443170339c242564d1627687b7fdbfa8567 (diff) |
[VID-3] correcting sitePath
Change-Id: Ia665894cc68bb1cc2edfed7bd9afdcea9afd90db
Signed-off-by: jimmydot <jf2512@att.com>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,6 +35,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath> </properties> <repositories> @@ -75,7 +76,7 @@ <!-- added for javadoc --> <site> <id>ecomp-site</id> - <url>dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version}</url> + <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> |