aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>