diff options
author | Carsten Lund <lund@research.att.com> | 2017-04-23 14:11:18 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-04-23 14:11:18 +0000 |
commit | 2ecd0a09d87503bb1c0e3f194221967d9899bbb4 (patch) | |
tree | 112f2bdcc2343a7f3658e0679ec85f7f2e454dd1 /ncomp-utils-java | |
parent | e0f595119ca537a91bbb0db668e9306ce544a535 (diff) |
[DCAE-13] POM changes to enable JavaDoc
Change-Id: Ife7de96012d7965cb6918e0081ca65b07c0f30b8
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-utils-java')
-rw-r--r-- | ncomp-utils-java/pom.xml | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/ncomp-utils-java/pom.xml b/ncomp-utils-java/pom.xml index efc183e..d78d9e5 100644 --- a/ncomp-utils-java/pom.xml +++ b/ncomp-utils-java/pom.xml @@ -5,16 +5,29 @@ <artifactId>ncomp-utils-java</artifactId> <version>1.1.0-SNAPSHOT</version> + + + + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.source>1.7</maven.compiler.source> - <openecomp.nexus.releases>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.releases> - <openecomp.nexus.snapshots>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshots> - <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> + <openecomp.nexus.releases>${nexusproxy}/content/repositories/releases/</openecomp.nexus.releases> + <openecomp.nexus.snapshots>${nexusproxy}/content/repositories/snapshots/</openecomp.nexus.snapshots> + <openecomp.nexus.proxy>${nexusproxy}</openecomp.nexus.proxy> <openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId> <openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId> - <nexusproxy>https://nexus.onap.org</nexusproxy></properties> + <groupPath>ncomp/utils</groupPath> + <site.path>content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version}</site.path> + <site.urlroot>dav:${nexusproxy}</site.urlroot> + <site.url>${site.urlroot}/${site.path}/</site.url> + </properties> + + + + <build> @@ -116,7 +129,7 @@ </snapshotRepository> <site> <id>ecomp-site</id> - <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/utils/${project.artifactId}/${project.version}/</url> + <url>${site.url}</url> </site> </distributionManagement> |