Fix feature install for vnfapi

Fixed feature installer for vnfapi and vnftools to use client without -u
option.

Change-Id: Ic9b152965a6e70577d6e787f1e3b0a26852fcf54
Issue-ID: SDNC-283
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2 files changed
tree: 6332db9b29f0e0880114a150871ce94ebb8d6ce3
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. generic-resource-api/
  5. ueb-listener/
  6. vnfapi/
  7. vnftools/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".