aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-sirius-manager-generator
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-23 14:11:18 +0000
committerCarsten Lund <lund@research.att.com>2017-04-24 11:02:26 +0000
commit6ea507ecb55c3361ed56e8c59999cd16104a433e (patch)
treefc758e302f6bd32425bec73fdcd9905e47d4f7b8 /ncomp-sirius-manager-generator
parent3ec1de0d0dc87b0123dd0ec47b3c9f40f22bad24 (diff)
[DCAE-13] POM changes to enable JavaDoc
Change-Id: Ie1af1691302025965c02c29e70fb0e5a28f7d101 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-sirius-manager-generator')
-rw-r--r--ncomp-sirius-manager-generator/pom.xml30
1 files changed, 22 insertions, 8 deletions
diff --git a/ncomp-sirius-manager-generator/pom.xml b/ncomp-sirius-manager-generator/pom.xml
index 1f88601..0af6982 100644
--- a/ncomp-sirius-manager-generator/pom.xml
+++ b/ncomp-sirius-manager-generator/pom.xml
@@ -5,16 +5,30 @@
<artifactId>ncomp-sirius-manager-generator</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>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <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>
+ <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>
+
+
+
+
+
<build>
@@ -144,7 +158,7 @@
</snapshotRepository>
<site>
<id>ecomp-site</id>
- <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/sirius/manager/${project.artifactId}/${project.version}/</url>
+ <url>${site.url}</url>
</site>
</distributionManagement>