Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.31 KB

README.md

File metadata and controls

36 lines (25 loc) · 2.31 KB

MultiApps logo

MultiApps Build Status

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.

Components

multiapps-common

Contains different utilities and exception types.

multiapps-mta

Contains MTA model objects for different specification versions, parsers and validators.

Building

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.

Build tools

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.

Compiling and Packaging

To build all components, run the following command from the root directory of the project:

$ mvn clean install

How to contribute

License

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.