Skip to content

windup/windup-distribution

Repository files navigation

Windup Distribution

Overview

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

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

  • windup-rulesets: This project contains the Windup 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:

./mvnw clean install

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

Additional Resources