From 60315525ab5e7c12a9f47c409092e8dba6ad656d Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 11 Jul 2018 15:52:33 -0400 Subject: Add initial skeleton for ccsdk/apps Add initial empty pom.xml, LICENSE and README files for ccsdk/apps repo Change-Id: I089437bb2688609292c28ad25f62fafe47f53762 Issue-ID: CCSDK-359 Signed-off-by: Timoney, Dan (dt5972) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100755 index 00000000..79e694fc --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +This source repository contains the code for CCSDK standalone applications +(e.g. microservices) +To compile this code: + +1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. + +2. To compile, run "mvn clean install". + -- cgit 1.2.3-korg