Skip to content

Parsers, validators, persistence and utilities for Multi-Target Application (MTA) models.

License

Notifications You must be signed in to change notification settings

nictas/multiapps

 
 

Repository files navigation

MultiApps logo

MultiApps Build Status

Provides common components like parsers, validators and utilities for Multi-Target Application (MTA) models. These common components are reused across different MTA deployer implementations. One such instance is the Cloud Foundry MultiApps Controller.

Components

com.sap.cloud.lm.sl.common

Contains different utilities and exception types.

com.sap.cloud.lm.sl.mta

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

Building

Build tools

All components are built with Java 8 and Apache Maven, version 3.3.9 or newer.

Make sure that your Maven is configured to use Java 8 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) 2017 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.

About

Parsers, validators, persistence and utilities for Multi-Target Application (MTA) models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%