commit | 104b51dbd150172e60ba202443e0db4de00ff3cc | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Wed May 10 17:11:19 2017 -0700 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Thu May 11 15:22:32 2017 +0000 |
tree | ec4cbdc6ee0817727ec9bc429fe792b729607bf2 | |
parent | c25c63b5b148826f1f68a747df10fc63b727c6da [diff] |
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>
This source repository contains the code for the core SDN Controller components. To compile this code:
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.
To compile, run "mvn clean install".