commit | 31288edecedd324b872ff764dfb6da0ebbc3e69b | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Thu Jun 22 17:28:01 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Thu Jun 22 17:28:01 2017 -0400 |
tree | 152ff39c1c01ec6cff6de47021c74bb8183f27b8 | |
parent | 04ff4d51bc961b3d7aff5f617bb28e1d0663d586 [diff] |
[ROOTPOM FIX] Use version 1.1.0 of root pom To avoid 'disappearing' root poms, change root pom version to 1.1.0. If later version is used, Jenkins build will look for earlier versions as part of build and if they disappear, build will fail. If root pom stays frozen at 1.1.0, it will be recreated daily as part of daily build. Change-Id: Id93bfb0330749f5eba193f5c5df039b6f31622a4 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9a448293e85936f113e01f6bca1b30dbc2923fc2
This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:
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".