commit | 6fefab672f8ee763b561b0f67681e4f5b09418bc | [log] [tgz] |
---|---|---|
author | Manzon, Inna (im453s) <im453s@intl.att.com> | Mon Sep 17 17:50:41 2018 +0300 |
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | Mon Sep 17 17:52:37 2018 +0300 |
tree | 42e64d951efb4daed2cb29cf4a56bffa9251cdd8 | |
parent | 3aa7e83c4c95e3aaac3e78a4a190c3aa5717069f [diff] |
Resolve get_input for list change Change-Id: I53c13b22f74f857395f6f9c40801b0e927562bf5 Issue-ID: SDC-1769 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