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.
To build this project, type:
mvn clean install
This creates a mta-distribution-<VERSION>-offline.zip
file in the mta-distribution/target/
directory.
-
Follow the Get Involved in Windup wiki.