Provides common components like parsers, validators and utilities for Multitarget Application (MTA) models. These common components are reused across different MTA deployer implementations. One such instance is the Cloud Foundry MultiApps Controller. For more information about the Multitarget Application model, see the official Multitarget Application Model v.2 and the Multitarget Application Model v.3 specification documents.
Contains different utilities and exception types.
Contains MTA model objects for different specification versions, parsers and validators.
WARNING: With Issue 117 the master branch of this repository as well as other artifacts will be renamed. Adaptation to any CI/CD infrastructure & scripts will be required.
All components are built with Java 17 and Apache Maven, version 3.9.6
or newer.
Make sure that your Maven is configured to use Java 17 by configuring the JAVA_HOME
env to point to the correct Java JDK.
To build all components, run the following command from the root directory of the project:
$ mvn clean install
- Did you find a bug?
- Do you have a question or need support?
- How to develop, test and contribute to MultiApps
Copyright (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.