diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2018-03-15 13:21:44 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-24 07:50:44 +0000 |
commit | c175a0de2f05d37c1c774684318a525eb96bb59b (patch) | |
tree | 0c8bd736fdbcb512fefce93ec841fd3537336206 /openecomp-be/dist/pom.xml | |
parent | 08d85958f46d1de9aec9cf459632b5be040063be (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/dist/pom.xml')
-rw-r--r-- | openecomp-be/dist/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/openecomp-be/dist/pom.xml b/openecomp-be/dist/pom.xml new file mode 100644 index 0000000000..2600dd6878 --- /dev/null +++ b/openecomp-be/dist/pom.xml @@ -0,0 +1,24 @@ +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <name>openecomp-sdc-docker-dist</name> + <groupId>org.openecomp.sdc</groupId> + <artifactId>openecomp-sdc-docker-dist</artifactId> + <packaging>pom</packaging> + + <url>http://maven.apache.org</url> + + <parent> + <groupId>org.openecomp.sdc</groupId> + <artifactId>openecomp-sdc</artifactId> + <version>1.2.0-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + + <modules> + <module>/sdc-onboard-backend-docker</module> + <module>/sdc-onboard-db-init-docker</module> + </modules> + +</project>
\ No newline at end of file |