aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview2
-rw-r--r--pom.xml13
2 files changed, 7 insertions, 8 deletions
diff --git a/.gitreview b/.gitreview
index c8c7a5e..751f2cc 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,4 +1,4 @@
[gerrit]
-host=gerrit.openecomp.org
+host=gerrit.onap.org
port=29418
project=sdc/sdc-distribution-client.git \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 04634b6..3235dcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,16 +35,12 @@
<logback.version>1.1.2</logback.version>
<junit.version>4.12</junit.version>
<snakeyaml.version>1.14</snakeyaml.version>
-
- <!-- Repositories -->
-<!-- <nexusServerName>mavencentral.it.att.com</nexusServerName> -->
-<!-- <nexusServerPort>8084</nexusServerPort> -->
-
<sonar.skipDesign>true</sonar.skipDesign>
<sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
<sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
- <nexus.proxy>https://nexus.openecomp.org</nexus.proxy>
+ <nexus.proxy>https://nexus.onap.org</nexus.proxy>
+ <sitePath>/content/sites/site/org/openecomp/sdc/sdc-distribution-client/${project.version}</sitePath>
<snapshots.path>snapshots</snapshots.path>
<releases.path>releases</releases.path>
<staging.profile.id>176c31dfe190a</staging.profile.id>
@@ -197,7 +193,10 @@
<name>Snapshot Repository</name>
<url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
</snapshotRepository>
-
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexus.proxy}${sitePath}</url>
+ </site>
</distributionManagement>