commit | e72db85fc2c97226a1aace287651cc8238c4e3eb | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Fri Jul 21 08:34:58 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Fri Jul 21 08:34:58 2017 -0400 |
tree | 1be2139993c4786ce497f42c1c81140d2df8f6ef | |
parent | 2a93b9ddf308b6bdd135be182c1b3fa779891840 [diff] |
Fix mvn deploy Mvn deploy failed due to credentials issue. Seems like distributionManagement section from parent pom was not processed correctly. Copied that section to top level pom.xml Issue: CCSDK-6 Change-Id: Ib508169bd3cc93ffd82aa0b865cea441b0e30c9b Signed-off-by: Dan Timoney <dtimoney@att.com>
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".