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-24 11:02:26 +0000 |
commit | 6ea507ecb55c3361ed56e8c59999cd16104a433e (patch) | |
tree | fc758e302f6bd32425bec73fdcd9905e47d4f7b8 /pom.xml | |
parent | 3ec1de0d0dc87b0123dd0ec47b3c9f40f22bad24 (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.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |