diff options
author | Carsten Lund <lund@research.att.com> | 2017-04-24 10:58:46 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-04-24 10:59:48 +0000 |
commit | f096d31080e5a62120d6536681a0859d2202c717 (patch) | |
tree | da4a1129509c800012c3283a16629430a55330e4 /ncomp-utils-java-extra | |
parent | 2ecd0a09d87503bb1c0e3f194221967d9899bbb4 (diff) |
[DCAE-13] more POM changes to for JavaDoc
Change-Id: I78b2cb4a7fa7349ef5798654eae4320e370b4eae
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-utils-java-extra')
-rw-r--r-- | ncomp-utils-java-extra/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ncomp-utils-java-extra/pom.xml b/ncomp-utils-java-extra/pom.xml index dc13350..7740f13 100644 --- a/ncomp-utils-java-extra/pom.xml +++ b/ncomp-utils-java-extra/pom.xml @@ -9,6 +9,7 @@ + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.7</maven.compiler.target> @@ -19,8 +20,7 @@ <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> - <groupPath>ncomp/utils</groupPath> - <site.path>content/sites/site/org/openecomp/${groupPath}/${project.artifactId}/${project.version}</site.path> + <site.path>content/sites/site/org/openecomp/${GERRIT_PROJECT}/${project.artifactId}/${project.version}</site.path> <site.urlroot>dav:${nexusproxy}</site.urlroot> <site.url>${site.urlroot}/${site.path}/</site.url> </properties> @@ -29,6 +29,7 @@ + <build> <plugins> |