Skip to content

Build Correo

Frieder edited this page Feb 6, 2024 · 9 revisions

Prerequisites

Build app

mvn clean install

Run jars

java -jar target/shade/correomqtt-1.0-SNAPSHOT-runnable.jar

Build native installers

Usually there is no need to do this on your own as the github action will do this. If you want to know how to build native installers with jpackage for Linux, MacOSX or Windows, take a look to .github/workflows/main.yml.