aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-04 13:18:20 -0400
committerLusheng Ji <lji@research.att.com>2017-04-04 13:18:20 -0400
commit819024cb63580c7bfbb05d367e9358c2f1bad494 (patch)
tree827d33d97386feef7b476fa00e83bacaf4d1a383
parent11efde7eaee37b3de4eb270342059ec436fb5146 (diff)
pom javadoc
Change-Id: Iccf26d46384e5722192aa67ce3245625364dce3f Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--ncomp-maven-base/pom.xml4
-rw-r--r--ncomp-maven-xcore/pom.xml4
-rw-r--r--pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml
index 837051f..2dac61e 100644
--- a/ncomp-maven-base/pom.xml
+++ b/ncomp-maven-base/pom.xml
@@ -63,8 +63,8 @@
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/${project.groupId}/${project.artifactId}/${project.version}/</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index c88bfd4..b2aacb3 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -103,8 +103,8 @@
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/${project.groupId}/${project.artifactId}/${project.version}/</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>
diff --git a/pom.xml b/pom.xml
index 2aaaff0..541ee7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,8 +67,8 @@
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/${project.groupId}/${project.artifactId}/${project.version}/</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>