# Functions
Assembly - assemble mta project.
ConvertTypes - convert types to appropriate target platform types.
CopyMtaContent copies the content of all modules and resources which are presented in the deployment descriptor, in the source directory, to the target directory.
ExecBuild - Execute MTA project build.
ExecuteBuild - executes build of module from Makefile.
ExecuteCleanup - cleanups temp artifacts.
ExecuteGenMeta - generates metadata.
ExecuteGenMtar - generates MTAR.
ExecuteMerge merges mta.yaml and MTA extension descriptors and writes the result to a file with the given name.
ExecuteModuleSBomGenerate - Execute specified modules of MTA project SBOM generation.
ExecuteMtadGen - generates MTAD from MTA.
ExecutePack - executes packing of module.
ExecuteProjectBuild - execute pre or post phase of project build.
ExecuteProjectBuildeSBomGenerate - Execute MTA project SBOM generation with Build process.
ExecuteProjectSBomGenerate - Execute MTA project SBOM generation.
ExecuteSoloBuild - executes build of module from stand alone command.
ExecuteValidation - executes validation of MTA.
# Constants
MaxMakeParallel - Maximum number of parallel makefile jobs if the parameter is not set by the user.
PackFailedOnArchMsg - message raised when packaging fails during archiving the module.
UnsupportedPhaseMsg - message raised when phase of mta project build is wrong.