diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 14:07:50 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 14:07:50 -0400 |
commit | 5346ff599bd98c225f7ed567c2ed2874cad784d5 (patch) | |
tree | 425c4bcc6813f441cad8eca7da0727868f4cb34a /dcae-demo-controller | |
parent | 939371148ca9639f10cc1d37840a9923503da2bd (diff) |
pom javadoc
Change-Id: I342baa88fbe4d0674265c78e1aef000371652193
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'dcae-demo-controller')
-rw-r--r-- | dcae-demo-controller/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dcae-demo-controller/pom.xml b/dcae-demo-controller/pom.xml index e099d97..bf90600 100644 --- a/dcae-demo-controller/pom.xml +++ b/dcae-demo-controller/pom.xml @@ -1,5 +1,4 @@ -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.dcae.demo</groupId> <artifactId>dcae-demo-controller</artifactId> @@ -15,7 +14,7 @@ <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy> <openecomp.nexus.staging.serverId>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.staging.serverId> <openecomp.nexus.staging.profileId>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.staging.profileId> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> <build> @@ -138,8 +137,8 @@ <url>${openecomp.nexus.snapshots}</url> </snapshotRepository> <site> - <id>dcae-javadoc</id> - <url>${site.urlroot}/${project.artifactId}/${project.version}/</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/demo/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> |