diff options
author | Marco Platania <platania@research.att.com> | 2018-03-21 12:49:08 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-03-21 17:29:41 +0000 |
commit | a6583fb9ca361a60a7e62351e42534686379e8ee (patch) | |
tree | 58c97affd74824fc2c3c2288ebebf5923fb03b09 /vnfs/vLBMS | |
parent | d8ff19612d74d1ace0947294f774c9ef0c992de0 (diff) |
Fix vLBMS artifacts and scripts upload path
- Update script/deploy.sh to upload vLBMS installation scripts
- Update POM structure to write to Nexus staging
Change-Id: Ie420c0856fc155a595c1954800be2f5fdebb94f8
Issue-ID: INT-447
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS')
-rwxr-xr-x | vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml b/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml index 1ed7e898..7dbc6641 100755 --- a/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml +++ b/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml @@ -31,7 +31,6 @@ <modules> <module>health-vnf-onap-plugin-api</module> <module>health-vnf-onap-plugin-impl</module> - <module>../vlb-vnf-onap-distribution</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> |