commit | ddfa0448cc31009a8fcad826440f130c2f5a1abf | [log] [tgz] |
---|---|---|
author | Idan Amit <ia096e@intl.att.com> | Tue Nov 07 17:59:15 2017 +0200 |
committer | Idan Amit <ia096e@intl.att.com> | Tue Nov 07 18:01:47 2017 +0200 |
tree | 09ad1ae60dce7a1c804927af77195807b1daac72 | |
parent | 8279429c5bc5b7567237da42bb2f5a9ebab8cdb9 [diff] |
Remove MojoHaus license plugin Removed MojoHaus license-maven-plugin from jtosca pom.xml Change-Id: I71642e618b3a413106fb20149cd510f7aef7868a Issue-Id: SDC-161 Signed-off-by: Idan Amit <ia096e@intl.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