diff options
author | ig6133 <ig6133@intl.att.com> | 2017-04-04 14:43:03 +0300 |
---|---|---|
committer | ig6133 <ig6133@intl.att.com> | 2017-04-04 14:43:36 +0300 |
commit | fe9130c9c6197fccd673d824c79e25d568cefec6 (patch) | |
tree | 065a114cb57de57de3f2bc82cfde82d00852adc8 /pom.xml | |
parent | 1f31c472170e12092ff926cb3c5385dfd4afcaf2 (diff) |
Update javadoc configuration
Change-Id: Iffd30710d6c6a5251b2534c9934f13bbfcd628e8
Signed-off-by: ig6133 <ig6133@intl.att.com>
Diffstat (limited to 'pom.xml')
-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> |