commit | ea45979501b62b3c1e9e02edfb7ded6779e85018 | [log] [tgz] |
---|---|---|
author | Pavel Aharoni <pa0916@att.com> | Tue Nov 21 17:26:49 2017 +0200 |
committer | Pavel Aharoni <pa0916@att.com> | Tue Nov 21 17:27:56 2017 +0200 |
tree | 6687599dff519161e08fc46c42e21034f9dc6ffa | |
parent | 0472ae9b03fcbacab5b8108989e7e1fb93288f43 [diff] |
[SDC-697] Adding snapshots repo to pom.xml Change-Id: Iefb98c060f607bd74541ff2744ab92a145514e62 Signed-off-by: Pavel Aharoni <pa0916@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