Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.11 KB

README.asciidoc

File metadata and controls

27 lines (14 loc) · 1.11 KB

Migration Toolkit for Applications by Red Hat (MTA) Distribution

Overview

This project builds the MTA distribution ZIP file. It includes all launch scripts, batch files, libraries, JARs, add-ons, and configuration files for running MTA.

This projects contains dependencies on the following projects, which must be built first.

  • windup-rulesets: This project contains the MTA rules.

  • windup: This project contains the Windup core source code.

A script to build this project and its dependencies (above) can be found here: windup-local-build-scripts.

More detailed instructions are located here: Build Windup from Source.

Build the Project

To build this project, type:

mvn clean install

This creates a mta-distribution-<VERSION>-offline.zip file in the mta-distribution/target/ directory.

Additional Resources