summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-07 10:35:37 -0400
committerLusheng Ji <lji@research.att.com>2017-04-07 10:35:37 -0400
commit4609fa0526af756c3076f37aa294c59d144e5a12 (patch)
tree64a48a4cd83979ac88714edcadc96466677e9709
parentef67e39ba1a67a74cb2b837f7ee784d311d17302 (diff)
pom javadoc
Change-Id: I97c59db82ba399afd467d6d63f4856a01258ff82 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 d9f403e..f3659f6 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 9aaa370..a043938 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>