[SDNC-3] Update javadoc config

Update javadoc config to publish to onap.org site

Change-Id: I48d691a50377bbaa40ba48c6feb780b988e24fc8
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: 7678576c19e0fa41c2d6e990c40fbb2f714dfc2b
  1. asdcApi/
  2. dataChange/
  3. ueb-listener/
  4. vnfapi/
  5. vnftools/
  6. .gitignore
  7. .gitreview
  8. .scanignore
  9. example-settings.xml
  10. jenkins-settings.xml
  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".