sdnc/core: Fixing site path for nexus

pom.xml specifies the wrong site url where the site:stage-deploy
needs to happen.
The site path in nexus to post to should match the repo name.
In this case, "content/sites/site/org/onap/sdnc/core/"

Change-Id: I4d8b2e0fbe353787a7a56ff27e822f5a22576eeb
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: ec4cbdc6ee0817727ec9bc429fe792b729607bf2
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. example-settings.xml
  12. jenkins-settings.xml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. 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".