diff options
-rw-r--r-- | pom.xml | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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-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> |