{"id":15024020,"url":"https://github.com/sap/cloud-mta-build-tool","last_synced_at":"2026-02-12T16:07:23.004Z","repository":{"id":34081128,"uuid":"140429368","full_name":"SAP/cloud-mta-build-tool","owner":"SAP","description":"Multi-Target Application (MTA) build tool for Cloud Applications https://sap.github.io/cloud-mta-build-tool","archived":false,"fork":false,"pushed_at":"2025-03-24T14:04:53.000Z","size":144608,"stargazers_count":146,"open_issues_count":86,"forks_count":62,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-05T13:13:35.948Z","etag":null,"topics":["cloud","cloudfoundry","cloudplatform","gnu-make","golang","makefile","mbt","mta","multi-target-application","open-source"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-10T12:34:59.000Z","updated_at":"2025-04-04T03:38:26.000Z","dependencies_parsed_at":"2023-09-25T06:28:05.451Z","dependency_job_id":"995491d1-3a08-4a47-9aa6-b5ccbc602272","html_url":"https://github.com/SAP/cloud-mta-build-tool","commit_stats":{"total_commits":1452,"total_committers":42,"mean_commits":34.57142857142857,"dds":0.6535812672176309,"last_synced_commit":"bb94ccffc9d1571d8f92ffd63d8e3160d46afcbc"},"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcloud-mta-build-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcloud-mta-build-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcloud-mta-build-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcloud-mta-build-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/cloud-mta-build-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852124,"owners_count":21171839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","cloudfoundry","cloudplatform","gnu-make","golang","makefile","mbt","mta","multi-target-application","open-source"],"created_at":"2024-09-24T19:59:42.840Z","updated_at":"2026-02-12T16:07:22.950Z","avatar_url":"https://github.com/SAP.png","language":"Go","readme":"\n\u003cp align=\"center\"\u003e\u003cimg width=\"350\" height=\"281\" src=\"logo.png\" alt=\"MBT logo\"\u003e\u003c/p\u003e\n\n\u003cbr /\u003e\n\n[![CircleCI](https://circleci.com/gh/SAP/cloud-mta-build-tool.svg?style=svg\u0026circle-token=ecedd1dce3592adcd72ee4c61481972c32dcfad7)](https://circleci.com/gh/SAP/cloud-mta-build-tool)\n[![Go Report Card](https://goreportcard.com/badge/github.com/SAP/cloud-mta-build-tool)](https://goreportcard.com/report/github.com/SAP/cloud-mta-build-tool)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3400/badge)](https://bestpractices.coreinfrastructure.org/projects/3400) \n[![Coverage Status](https://coveralls.io/repos/github/SAP/cloud-mta-build-tool/badge.svg?branch=cover)](https://coveralls.io/github/SAP/cloud-mta-build-tool?branch=cover)\n![Beta](https://img.shields.io/badge/version-v1-green)\n[![GitHub stars](https://img.shields.io/badge/contributions-welcome-orange.svg)](docs/docs/process.md)\n[![dependentbot](https://api.dependabot.com/badges/status?host=github\u0026repo=SAP/cloud-mta-build-tool)](https://dependabot.com/)\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP/cloud-mta-build-tool)](https://api.reuse.software/info/github.com/SAP/cloud-mta-build-tool)\n\n\n## Description\n\n#### Multi-Target Application\n\nBefore using this package, make sure that you are familiar with the multi-target application concept and terminology. For background and detailed information, see the [Multi-Target Application Model v.2](https://www.sap.com/documents/2016/06/e2f618e4-757c-0010-82c7-eda71af511fa.html) or [Multi-Target Application Model v.3](https://www.sap.com/documents/2021/09/66d96898-fa7d-0010-bca6-c68f7e60039b.html) . \n\n#### The Cloud MTA Build Tool Overview\nThe Cloud MTA Build Tool is a standalone command-line tool that builds a deployment-ready\nmultitarget application (MTA) archive `.mtar` file from the artifacts of an MTA project according to the project’s MTA\ndevelopment descriptor (`mta.yaml` file) or from module build artifacts according to the MTA deployment descriptor (`mtad.yaml` file). Also, it provides commands for running intermediate build process steps; for example, the `mta.yaml` file validations, building a single module according to the configurations in the development descriptor, generating the deployment descriptor, and so on.\n\n\n\u003e\u003cb\u003eFor more information, see the [Cloud MTA Build Tool user guide](https://sap.github.io/cloud-mta-build-tool/)\u003c/b\u003e\n\n#### Demo\n\nThis demo shows the basic usage of the tool. For more advanced scenarios, follow the documentation.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/demo.gif\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n#### Install\n\nFor convenience the `mbt` executable is available via npmjs.com so consumers using a nodejs runtime can simply run:\n- `npm install -g mbt@version`\n- For possible versions see: https://www.npmjs.com/package/mbt?activeTab=versions\n\nIt is also possible to download and \"install\" the `mbt` executable via github releases.\n- See: https://github.com/SAP/cloud-mta-build-tool/releases.\n\n#### The Cloud MTA Build Tool Images\n\nThe Cloud MTA Build Tool published docker images on docker hub with a pre-configured set of runtime tools (nodejs/java/maven/...).\n\n## Node.js v10 and lower minor version of Node.js v11, v12, v13  /ECMAScript modules\n\nMore and more npm packages use ECMAScript modules instead of commonJS, for ECMAScript modules are the official standard format to package JavaScript code for reuse. From v1.2.25, we use axios instead of binwrap(which has moderate severity vulnerabilities) to download binary files, but axios only supports ECMAScript modules and can't work on Node.js v10 and lower minor version of Node.js v11, v12, v13. The axios can work on latest version of Node.js v11.15, v12.22, v13.14.  So since v1.2.25, mbt will not support Node.js v10 and lower versions, including lower minor version of Node.js v11, v12, v13.\n\n## License\n\nCopyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.\nPlease note that Docker images can contain other software which may be licensed under different licenses. This License file is also included in the Docker image. For any usage of built Docker images please make sure to check the licenses of the artifacts contained in the images.\n\n## Contributions\n\nContributions are greatly appreciated.\nIf you want to contribute, follow [the guidelines](docs/docs/process.md).\n\n## Support\n\nPlease follow our [issue template](https://github.com/SAP/cloud-mta-build-tool/issues/new/choose) on how to report an issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fcloud-mta-build-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsap%2Fcloud-mta-build-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsap%2Fcloud-mta-build-tool/lists"}