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
- Host: GitHub
- URL: https://github.com/windup/windup-distribution
- Owner: windup
- License: epl-2.0
- Created: 2015-03-26T18:16:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T10:18:49.000Z (10 months ago)
- Last Synced: 2025-01-02T22:09:49.424Z (5 months ago)
- Topics: cli-app, migration, reporting, rule-engine, shell, windup
- Language: Shell
- Size: 1.27 MB
- Stars: 3
- Watchers: 8
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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.