diff options
author | 2017-10-19 18:20:43 -0400 | |
---|---|---|
committer | 2017-10-19 18:21:10 -0400 | |
commit | b082bdf0fedc890f5687a3c4dc28bb37e784c9fc (patch) | |
tree | f9489048b19552d3faf7b8acf841a03bff50835e | |
parent | f16ab2d53177204884ea76bd6cf2bd315af53b8b (diff) |
Repair site/url property for Javadoc
New value is
<url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
Issue: PORTAL-89
Change-Id: I21d4bdb17a94b55e5a67b1edc29c02d493670562
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r-- | ecomp-sdk/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 295eff6b..f8d02874 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -171,7 +171,7 @@ <!-- Javadocs --> <site> <id>ecomp-site</id> - <url>dav:${nexusproxy}${sitePath}</url> + <url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url> </site> </distributionManagement> |