commit | b4a13fb4abe20753a176a3958879d39fa920c4e5 | [log] [tgz] |
---|---|---|
author | Yuli Shlosberg <ys9693@att.com> | Tue Nov 07 17:01:14 2017 +0200 |
committer | Yuli Shlosberg <ys9693@att.com> | Tue Nov 07 17:05:06 2017 +0200 |
tree | 2c8e38e3e2b8764ac01b5e780b7a91ac578fd7c6 | |
parent | f3f4dc3d82aed8424f820747c19ab546d8ca02b6 [diff] |
add sonar to JTOSCA Change-Id: Ic87fa456ec3833a8c33b2d127c1599ab95fad9b9 Issue-Id: SDC-632 Signed-off-by: Yuli Shlosberg <ys9693@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