Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.07 KB

defining-multitarget-application-development-descriptors-c2d31e7.md

File metadata and controls

18 lines (9 loc) · 1.07 KB

Defining Multitarget Application Development Descriptors

Multitarget Applications are defined in a development descriptor required for design-time purposes.

The development descriptor (mta.yaml) defines the elements and dependencies of a Multitarget Application (MTA) compliant with the Cloud Foundry environment.

Note:

The MTA development descriptor (mta.yaml) is used to generate the deployment descriptor (mtad.yaml), which is required for deploying an MTA to the target runtime. If you use command-line tools to deploy an MTA, you do not need an mta.yaml file. However, in these cases you have to manually create the mtad.yaml file.

For more information about the MTA development descriptor, see Inside an MTA Descriptor.

Related Information

Developing Multitarget Applications