[STAGING] Add build profiles

Use build profiles to enable/disable staging and blackduck scans

Change-Id: I075c076206a401afc46c76b06cb3b642cb9c3eed
Signed-off-by: Dan Timoney <dtimoney@att.com>
62 files changed
tree: d11034baf315739b378ab596f562de2ce67c651e
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  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 core SDN Controller components. 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".