[BLACKDUCK] Fix blackduck config

Fix blackduck configuration so that BOM file can be generated via mvn install -P blackduck

Change-Id: Ia59ca1d94aedfa849a3784d9063c4243798f0a2b
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: 23d0791a29ea7a05d702d0ff507aed0f7bab159e
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. vnfapi/
  6. vnftools/
  7. .gitignore
  8. .gitreview
  9. .scanignore
  10. example-settings.xml
  11. jenkins-settings.xml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".