diff options
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 |