pom javadoc 29/3029/1
authorLusheng Ji <lji@research.att.com>
Tue, 4 Apr 2017 18:07:50 +0000 (14:07 -0400)
committerLusheng Ji <lji@research.att.com>
Tue, 4 Apr 2017 18:07:50 +0000 (14:07 -0400)
Change-Id: I342baa88fbe4d0674265c78e1aef000371652193
Signed-off-by: Lusheng Ji <lji@research.att.com>
dcae-demo-controller/pom.xml
pom.xml

index e099d97..bf90600 100644 (file)
@@ -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>
                        <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 (file)
--- 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>