commit | d3615740001815f534ba264ebf248c762748582b | [log] [tgz] |
---|---|---|
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | Tue Apr 11 15:16:32 2017 +0530 |
committer | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | Tue Apr 18 04:06:38 2017 +0000 |
tree | b4fcc99abc40810b2fb270ecb82d4a4ac2806fb9 | |
parent | ac889177cc3086d57545abcfcd01986340db424e [diff] |
Fix sdnc dgbuilder build failure ant reports build_pom_for_yang_compile as invalid command on windows as ant plugin consider it as native command. executable directive make it explicit. Change-Id: I25d202eafeda6102cba38bd12e78a1d2a617e785 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Former-commit-id: 7e56426b59afa7866cd28a04efc6e133907d625d
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".