github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mtaWithPatternBuildResults/mta.yaml (about) 1 ID: mtahtml5 2 _schema-version: '2.1' 3 version: 0.0.1 4 5 modules: 6 - name: ui5app1 7 type: html5 8 path: ui5app1 9 build-parameters: 10 supported-platforms: [cf] 11 build-result: "*.zip" 12 13 - name: ui5app2 14 type: html5 15 path: ui5app2 16 build-parameters: 17 supported-platforms: [cf] 18 build-result: "*.zip" 19 20 - name: ui5app3 21 type: html5 22 path: ui5app3 23 build-parameters: 24 supported-platforms: [cf] 25 build-result: "*.zip"