From 74c55a7fa750262c3063f6ae8655f209ac63722b Mon Sep 17 00:00:00 2001 From: liboNet Date: Fri, 22 Mar 2019 02:35:16 +0800 Subject: add packages support for artifact broker add a submodule of packages to generate a .zip file. update related pom.xml to make it friendly readable. use the 9014 as healthcheck targetPort Change-Id: I98ed96639bbf6ecfeb87f1bffe2e55e7a62ac062 Issue-ID: MULTICLOUD-546 Signed-off-by: liboNet --- artifactbroker/packages/pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 artifactbroker/packages/pom.xml (limited to 'artifactbroker/packages/pom.xml') diff --git a/artifactbroker/packages/pom.xml b/artifactbroker/packages/pom.xml new file mode 100644 index 0000000..a90cd49 --- /dev/null +++ b/artifactbroker/packages/pom.xml @@ -0,0 +1,66 @@ + + + + 4.0.0 + + org.onap.multicloud.framework.broker + multicloud-framework-artifactbroker + 1.3.0-SNAPSHOT + + + multicloud-framework-artifactbroker-package + ${project.artifactId} + [${project.parent.artifactId}] + + + + org.onap.multicloud.framework.broker + multicloud-framework-artifactbroker-main + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + generate-complete-tar + package + + single + + + false + + src/main/package/tarball/assembly.xml + + + + + + + + -- cgit 1.2.3-korg