[SDC-697] adding snapshot repo
[sdc/sdc-tosca.git] / README.md
1 # OpenECOMP SDC-Tosca
2
3
4 ---
5 ---
6
7 # Introduction
8
9 OpenECOMP SDC-Tosca is delivered as helper JAR that can be used by clients that work with SDC TOSCA CSAR files.
10 It parses the CSAR and returns the model object which represents the CSAR contents, through designated function calls with SDC flavour.
11 It uses the underlying generic JTOSCA parser.
12
13
14 # Compiling OpenECOMP JTOSCA
15
16 OpenECOMP SDC-Tosca can be compiled easily using maven command: `mvn clean install`
17 The result is JAR file under "target" folder
18
19 # Getting Help
20
21 *** to be completed on release ***
22
23 SDC@lists.openecomp.org
24
25 SDC Javadoc and Maven site
26  
27 *** to be completed on rrelease ***
28
29 # Release notes for versions
30
31 1.1.31-SNAPSHOT
32
33 Initial after separating into separate repo
34
35
36
37 -------------------------------
38
39 1.1.1-SNAPSHOT
40
41 Added toString of Function (GetInput, etc.)
42
43 Allowed two arguments for GetInput - name of list input and index in list