diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:17:40 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:17:40 -0400 |
commit | aba4518197f24c85903a8664c273af0b132b4115 (patch) | |
tree | e2d8277d8240712b31e912e6af5a3e3042ffbe20 | |
parent | 11890968629f6798f15585a6cea27fc391a3f00c (diff) |
pom javadoc
Change-Id: I345da2f0dc85ed9c747fc0b8ff2d5079d6b997f6
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,8 +17,8 @@ <url>${nexusproxy}/content/repositories/snapshots/</url> </snapshotRepository> <site> - <id>dcae-javadoc</id> - <url>dav:https://ecomp-nexus:8443/repository/dcae-javadoc/org.openecomp.dcae.dmaapbc/${project.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/dmaapbc/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> <pluginRepositories> @@ -45,7 +45,7 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter --> <configuration> - <skip /> + <skip/> </configuration> </plugin> <plugin> |