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

     1  ID: mtahtml5
     2  _schema-version: '2.1'
     3  version: 0.0.1
     4  
     5  modules:
     6   - name: ui5app
     7     type: html5
     8     parameters:
     9        disk-quota: 256M
    10        memory: 256M
    11     requires:
    12      - name: uaa_mtahtml5
    13      - name: dest_mtahtml5
    14     build-parameters:
    15        supported-platforms: [cf]
    16        no-source: true
    17  
    18   - name: ui5app2
    19     type: html5
    20     path: ui5app2
    21     parameters:
    22        disk-quota: 256M
    23        memory: 256M
    24     requires:
    25     - name: uaa_mtahtml5
    26     - name: dest_mtahtml5
    27     build-parameters:
    28       supported-platforms: [cf]
    29  
    30  resources:
    31   - name: uaa_mtahtml5
    32     parameters:
    33        path: ./xs-security.json
    34        service-plan: application
    35     type: some.uaa
    36  
    37   - name: dest_mtahtml5
    38     parameters:
    39        service-plan: lite
    40        service: destination
    41     type: org.cloudfoundry.managed-service
    42