diff options
author | liboNet <libo.zhu@intel.com> | 2019-03-22 02:35:16 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2019-03-22 02:59:58 +0800 |
commit | 74c55a7fa750262c3063f6ae8655f209ac63722b (patch) | |
tree | 9d86c1cdcde957f0b67d82d358baba87e23d1e8f /artifactbroker/main/pom.xml | |
parent | 94d7d990ac85143fd3605c9a094082592d554e2a (diff) |
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 <libo.zhu@intel.com>
Diffstat (limited to 'artifactbroker/main/pom.xml')
-rw-r--r-- | artifactbroker/main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>main</artifactId> + <artifactId>multicloud-framework-artifactbroker-main</artifactId> <name>${project.artifactId}</name> <description>The main module of Policy Distribution that handles startup, lifecycle management, and parameters.</description> |