akihikot / windup-distribution

Windup Distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Windup Distribution

License:Eclipse Public License 2.0


Languages

Language:Shell 54.2%Language:Batchfile 45.8%