commit | cff14ced3c9bd1d9440a774c7dc3618bbeef4c27 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Fri May 15 10:22:59 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Fri May 15 10:22:59 2020 -0400 |
tree | d9a7ac0754b3f4ff9d6a0b910c9c7206cbc84163 | |
parent | 1861e0d23547acffeb5c44485104f11a40a8fda0 [diff] |
Change log4j2 configuration Changed log4j2 configuration from using properties files to using XML, which seems to work more reliably. Change-Id: Ib183a4c48aeb9880eff2121fb8b6c7cf521ae7c9 Issue-ID: SDNC-1167 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 582d94bcc69ea564596e2cfe40f625b0f9b4591d
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".