github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/moduledep/mta.yaml (about)

     1  _schema-version: "2.0.0"
     2  ID: f1
     3  version: 0.0.1
     4  
     5  modules:
     6    - name: module_with_dep
     7      type: html5
     8      path: public
     9      build-parameters:
    10        builder: zip
    11        requires:
    12          - name: m2
    13            artifacts: ["*"]
    14            target-path: "client"
    15          - name: m3
    16            artifacts: ["*"]
    17            target-path: "client2"
    18    - name: m2
    19      type: html5
    20      path: client
    21      build-parameters:
    22        builder: zip
    23        supported-platforms: []
    24    - name: m3
    25      type: html5
    26      path: client2
    27      build-parameters:
    28        builder: zip
    29        supported-platforms: []