diff options
author | Jimmy Forsyth <jf2512@att.com> | 2017-03-10 10:56:17 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2017-03-10 10:56:43 -0500 |
commit | 3cb817d38d72afaeb01f9f3f096b5b2e984c6001 (patch) | |
tree | f5441315691cdc5245b6452009104c81462e8761 /pom.xml | |
parent | 6c566ea8e76ceb06b129aa78f3c6efd656054976 (diff) |
[VID-3] Updating javadoc params
Change-Id: Ia0c69e60b461943bbd4861b71b361231ea438442
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 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> @@ -74,8 +75,8 @@ </snapshotRepository> <!-- added for javadoc --> <site> - <id>ecomp-javadoc</id> - <url>dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> @@ -147,7 +148,6 @@ <target>1.8</target> </configuration> </plugin> - <!-- added for javadoc --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> |