commit | 8e6ae20e9ae0a66c4f518f74d059e8cedf157693 | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Dec 04 12:16:48 2018 -0800 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Dec 04 12:16:48 2018 -0800 |
tree | abab29a7a890f24cfa935bde171d0980a66755e4 | |
parent | 789fe97ea2b934329b2b26323d7e5ffc44cf196f [diff] |
Update INFO.yaml file Remove Michael Lando. Add Ofir Sonsino as PTL Change-Id: Ie33036f6e884a47b3ec898d913d37b8ac37ce52b Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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