This project simply downloads the latest AppBundler code from https://github.com/evolvedbinary/appbundler or https://github.com/TheInfiniteKind/appbundler
and builds a Maven artifact com.evolvedbinary.appbundler:appbundler
.
To build you will need a macOS machine with Git and Maven 3.6.0+ installed. You can then run:
$ git clone https://github.com/evolvedbinary/appbundler-maven-build.git
$ cd appbundler-maven-build
$ mvn clean package