summaryrefslogtreecommitdiffstats
path: root/openecomp-be/pom.xml
diff options
context:
space:
mode:
authorAvi Ziv <avi.ziv@amdocs.com>2018-03-15 13:21:44 +0200
committerMichael Lando <ml636r@att.com>2018-04-24 07:50:44 +0000
commitc175a0de2f05d37c1c774684318a525eb96bb59b (patch)
tree0c8bd736fdbcb512fefce93ec841fd3537336206 /openecomp-be/pom.xml
parent08d85958f46d1de9aec9cf459632b5be040063be (diff)
Create on boarding docker
Add BE and Cassandra init docker images Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd Issue-ID: SDC-781 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-be/pom.xml')
-rw-r--r--openecomp-be/pom.xml35
1 files changed, 27 insertions, 8 deletions
diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml
index 517a425835..03613c4438 100644
--- a/openecomp-be/pom.xml
+++ b/openecomp-be/pom.xml
@@ -16,14 +16,6 @@
<relativePath>../onboarding</relativePath>
</parent>
- <modules>
- <module>/api</module>
- <module>/lib</module>
- <module>/tools/swagger-ui</module>
- <module>/tools/zusammen-tools</module>
- <module>/backend</module>
- </modules>
-
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -210,5 +202,32 @@
</dependencies>
</dependencyManagement>
+ <modules>
+ <module>/api</module>
+ <module>/lib</module>
+ <module>/tools/swagger-ui</module>
+ <module>/tools/zusammen-tools</module>
+ <module>/backend</module>
+ </modules>
+ <profiles>
+ <!--<profile>-->
+ <!--<id>docker-staging</id>-->
+ <!--<properties>-->
+ <!--<docker.tag>${project.version}-STAGING-${maven.build.timestamp}</docker.tag>-->
+ <!--<docker.latest.tag>${project.version}-STAGING-latest</docker.latest.tag>-->
+ <!--</properties>-->
+ <!--</profile>-->
+
+ <profile>
+ <id>docker</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+
+ <modules>
+ <module>/dist</module>
+ </modules>
+ </profile>
+ </profiles>
</project>