add packages support for artifact broker 76/82876/2
authorliboNet <libo.zhu@intel.com>
Thu, 21 Mar 2019 18:35:16 +0000 (02:35 +0800)
committerliboNet <libo.zhu@intel.com>
Thu, 21 Mar 2019 18:59:58 +0000 (02:59 +0800)
commit74c55a7fa750262c3063f6ae8655f209ac63722b
tree9d86c1cdcde957f0b67d82d358baba87e23d1e8f
parent94d7d990ac85143fd3605c9a094082592d554e2a
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>
artifactbroker/main/pom.xml
artifactbroker/packages/pom.xml [new file with mode: 0644]
artifactbroker/packages/src/main/package/tarball/assembly.xml [new file with mode: 0644]
artifactbroker/packages/src/main/resources/etc/defaultConfig.json [new file with mode: 0644]
artifactbroker/packages/src/main/resources/etc/logback.xml [new file with mode: 0644]
artifactbroker/packages/src/main/resources/etc/ssl/policy-keystore [new file with mode: 0644]
artifactbroker/packages/src/main/resources/etc/ssl/policy-truststore [new file with mode: 0644]
artifactbroker/packages/src/main/resources/policyLogger.properties [new file with mode: 0644]
artifactbroker/pom.xml