summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-04 14:07:50 -0400
committerLusheng Ji <lji@research.att.com>2017-04-04 14:07:50 -0400
commit5346ff599bd98c225f7ed567c2ed2874cad784d5 (patch)
tree425c4bcc6813f441cad8eca7da0727868f4cb34a
parent939371148ca9639f10cc1d37840a9923503da2bd (diff)
pom javadoc
Change-Id: I342baa88fbe4d0674265c78e1aef000371652193 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--dcae-demo-controller/pom.xml9
-rw-r--r--pom.xml5
2 files changed, 6 insertions, 8 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>
diff --git a/pom.xml b/pom.xml
index 319ab3f..2145e0a 100644
--- a/pom.xml
+++ b/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>
@@ -9,7 +8,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>