From 649585b88b758d5c3e702446385ffe733ceea824 Mon Sep 17 00:00:00 2001 From: Dmitry Puzikov Date: Thu, 15 Aug 2019 13:45:56 +0200 Subject: Created maven modules for aai-common docker images. aai-common and aai-haproxy docker images can be build with maven. Change-Id: Iffbc2f4984316e3acc35558bdde0dbea76388ada Issue-ID: INT-1023 Signed-off-by: Dmitry Puzikov --- aai-common-docker/pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 aai-common-docker/pom.xml (limited to 'aai-common-docker/pom.xml') diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml new file mode 100644 index 00000000..82671e0e --- /dev/null +++ b/aai-common-docker/pom.xml @@ -0,0 +1,63 @@ + + + 4.0.0 + + org.onap.aai.aai-common + aai-common + 1.6.0-SNAPSHOT + + + aai-common-docker + 1.6.0-SNAPSHOT + pom + aai-aai-common-docker + Contains dockerfiles for aai common images. + + onap + ${project.build.directory}/${project.artifactId}-build/ + + 0.28.0 + + + + aai-common-images + aai-haproxy-image + + + + + + + com.mycila + license-maven-plugin + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + + -- cgit 1.2.3-korg