diff options
author | Marco Platania <platania@research.att.com> | 2019-07-30 15:25:58 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-07-30 15:27:29 -0400 |
commit | 17b851b0c50b52bea6f8d8b88ed389d4d925a0f2 (patch) | |
tree | 25e8141abc77b229cbe0b4cefbdea4d7c469d643 /vnfs/honeycomb_plugin | |
parent | 2ccd996de67dd3bd6e99366f0a28685beda8fed1 (diff) |
Build artifacts for vLB use case
- Change the POM file of the distribution plugin
- Modify istall/init scripts to download artifacts
- Delete mvn compile process from istall/init scripts
Issue-ID: INT-1166
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I02feb19b6531ea5ca583343f7f724bc496d1d1b7
Diffstat (limited to 'vnfs/honeycomb_plugin')
-rw-r--r-- | vnfs/honeycomb_plugin/parent-pom/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vnfs/honeycomb_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/parent-pom/pom.xml index f368d543..25065119 100644 --- a/vnfs/honeycomb_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/parent-pom/pom.xml @@ -66,6 +66,11 @@ done <module>../stream-count/stream-count-api</module> <module>../stream-count/stream-count-impl</module> <module>../stream-count/stream-count-distribution</module> + <module>../../vLBMS/apis/vlb-business-vnf-onap-plugin/vlb-business-vnf-onap-plugin-api</module> + <module>../../vLBMS/apis/vlb-business-vnf-onap-plugin/vlb-business-vnf-onap-plugin-impl</module> + <module>../../vLBMS/apis/health-vnf-onap-plugin/health-vnf-onap-plugin-api</module> + <module>../../vLBMS/apis/health-vnf-onap-plugin/health-vnf-onap-plugin-impl</module> + <module>../../vLBMS/apis/vlb-vnf-onap-distribution</module> </modules> <build> |