diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-07 10:35:44 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-07 10:35:44 -0400 |
commit | c9c8be88d424cca62925605f4d87044c2affc086 (patch) | |
tree | 645bd7dee880a3ea50b2eef127be46bc371f8456 | |
parent | ba182b10ac97b0c8ec8acd3fec097b84ae5724b7 (diff) |
pom javadoc
Change-Id: I246873b58e5d02347a76895c3f79ebb487656f84
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,3 @@ -<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.dcae.dmaapbc</groupId> @@ -17,8 +16,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 +44,7 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter --> <configuration> - <skip /> + <skip/> </configuration> </plugin> <plugin> |