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/main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'artifactbroker/main') diff --git a/artifactbroker/main/pom.xml b/artifactbroker/main/pom.xml index 875a14f..36ae6d9 100644 --- a/artifactbroker/main/pom.xml +++ b/artifactbroker/main/pom.xml @@ -24,7 +24,7 @@ 1.3.0-SNAPSHOT 4.0.0 - main + multicloud-framework-artifactbroker-main ${project.artifactId} The main module of Policy Distribution that handles startup, lifecycle management, and parameters. -- cgit 1.2.3-korg