diff options
author | 2017-06-07 17:24:33 +0300 | |
---|---|---|
committer | 2017-06-07 17:24:33 +0300 | |
commit | 8c51a2f78333e3217dac4345955f89fc3867a503 (patch) | |
tree | 4202117f435fc9b01d0ea578f29090901aa7356a /README.md | |
parent | a107ab008758d78ace5ad95ae7435c5244358f10 (diff) |
[SDC-28] JTOSCA initial commit
Change-Id: Ic0ede56c1cc513e632c36954a4227317ae357020
Signed-off-by: Pavel Aharoni <pa0916@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c0f5e0 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# OpenECOMP JTOSCA +
+ +--- +--- + +# Introduction + +OpenECOMP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files. +It parses the CSAR and returns the model object which represents the CSAR contents. +Prior to that, it performs validations on the CSAR to check its TOSCA compliance. + + +# Compiling OpenECOMP JTOSCA + +OpenECOMP JTOSCA 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 *** + +SDC@lists.openecomp.org + +SDC Javadoc and Maven site + +*** to be completed on rrelease *** + |