commit | f3128e7e128235c078e393881556fb5b6e89e19a | [log] [tgz] |
---|---|---|
author | Tal Gitelman <tg851x@intl.att.com> | Mon Jan 15 17:03:47 2018 +0200 |
committer | Tal Gitelman <tg851x@intl.att.com> | Mon Jan 15 15:49:47 2018 +0000 |
tree | 75fac8ffc111069de9de49b527202e46ddf8c1a8 | |
parent | 9542ec5708daad3dd43052d326780f7f5c9a987d [diff] |
fix licensing issues Change-Id: I5d4457d913d6530a0abe741d390638d21835785f Issue-ID: SDC-928 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
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.
OpenECOMP JTOSCA can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.0-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list