From 9338362c1605a84a2b8e0a00ad1d65e14789bd6a Mon Sep 17 00:00:00 2001 From: Jennie Jia Date: Fri, 20 Jul 2018 21:23:51 +0000 Subject: Upstreaming the POMBA SDC Context Builder Issue-ID: LOG-522 Change-Id: Ic4606c987a8950ff3d19a8f42f330b08e3f4e4ca Signed-off-by: Jennie Jia --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b94571 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# POMBA SDC Context Builder + + +# Introduction + +The purpose of SDC Context Builder is to encapsulate the complexity of interaction with SDC component. It allows to encapsulate the complexity of reaching a component as well as implement the mapping and transformation component’s related data to common model consumed by audit process. + +# Compiling POMBA Audit Common Model + +POMBA SDC Context Builder can be compiled easily using maven command: `mvn clean install` +The result is JAR file under "target" folder + +# Getting Help + +*** to be completed on release *** + + +# Release notes for versions + +1.3.0-SNAPSHOT + +Initial ONAP release -- cgit 1.2.3-korg