commit | afdb5f5ac3ebc05008f616d3370f9e1d90e6747a | [log] [tgz] |
---|---|---|
author | Tal Gitelman <tal.gitelman@att.com> | Wed Jan 23 18:37:06 2019 +0200 |
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | Tue Feb 19 14:23:55 2019 +0200 |
tree | edb4b0d1edf18d44b5004eb053ce7c9dd6164e50 | |
parent | 7aa89e21b6c5ec0206071ec6fc1e671721426aec [diff] |
Fix sonar issues Change-Id: Ic998107754287db593c00cd632b43321d1923c78 Issue-ID: SDC-1895 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
ONAP 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.
ONAP 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