commit | d0d5690f13b9c794044bfe6bd7ac87557dd3dcea | [log] [tgz] |
---|---|---|
author | michal.banka <michal.banka@nokia.com> | Wed Jul 10 16:14:27 2019 +0200 |
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | Thu Jul 25 10:11:05 2019 +0000 |
tree | 651bf59514a2ec3603e753094e0edae54296dc5c | |
parent | cad897335db0c7912782482fa71932cc2b4ce421 [diff] |
Fix checkstyle violations in sdc/jtosca Number of checkstyle violations has decreased from about 8200 to 450. Change-Id: I31f763d7f51fa66958aab68d094280189c612417 Issue-ID: SDC-2434 Signed-off-by: michal.banka <michal.banka@nokia.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