github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mtaModelsBuild/mta.yaml (about)

     1  ID: mtahtml5
     2  _schema-version: '2.1'
     3  version: 0.0.1
     4  
     5  modules:
     6   - name: m1
     7     type: html5
     8     path: ui5app
     9     build-parameters:
    10      builder: zip
    11      requires:
    12      - name: m2
    13        artifacts: [test2*.txt]
    14  
    15   - name: m2
    16     type: html5
    17     path: ui5app2
    18     build-parameters:
    19        builder: custom
    20        commands:
    21          - sh -c 'cp test2.txt test2_copy.txt'
    22  
    23   - name: m3
    24     type: html5
    25     path: ui5app2
    26     build-parameters:
    27        builder: zip
    28        build-artifact-name: m3