aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parent3ec1de0d0dc87b0123dd0ec47b3c9f40f22bad24 (diff)
[DCAE-13] POM changes to enable JavaDoc
Change-Id: Ie1af1691302025965c02c29e70fb0e5a28f7d101 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 58d92c1..c2658b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,11 @@
<artifactId>ncomp-sirius-manager</artifactId>
<packaging>pom</packaging>
+ <properties>
+ <site.path>content/sites/site/org/openecomp/ncomp/sirius/manager/${project.artifactId}/${project.version}</site.path>
+ </properties>
+
+
<modules>
<module>ncomp-sirius-manager-base</module>
<module>ncomp-sirius-manager-drools</module>
@@ -51,7 +56,7 @@
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
+ <relativePath>../ncomp.maven/ncomp-maven-base</relativePath>
</parent>
</project>