An open API service indexing awesome lists of open source software.

https://github.com/windup/windup-distribution

Windup Distribution
https://github.com/windup/windup-distribution

cli-app migration reporting rule-engine shell windup

Last synced: about 1 month ago
JSON representation

Windup Distribution

Awesome Lists containing this project

README

        

= 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.

* https://github.com/windup/windup-rulesets[windup-rulesets]: This project contains the Windup rules.
* https://github.com/windup/windup[windup]: This project contains the Windup core source code.

A script to build this project and its dependencies (above) can be found here: https://github.com/windup/windup-local-build-scripts[windup-local-build-scripts].

More detailed instructions are located here: https://github.com/windup/windup/wiki/Dev-Build-from-Source[Build Windup from Source].

== Build the Project

To build this project, type:

./mvnw clean install

This creates a `windup-distribution--offline.zip` file in the `windup-distribution/target/` directory.

== Additional Resources

* Follow the https://github.com/windup/windup/wiki/Get-Involved[Get Involved] in Windup wiki.