- File->New->Project from version control, input repo git url
- Once project is loaded simply press the "Maven" section on the right side
- Output is in Project/target/
- Clone this repo
- Open the folder in the terminal
- Type
mvn clean package
- Get the final file in
/target/
This plugin has been worked on for nearly 5 years. Most of the code has been updated to be efficient, stable, and relevant. However, you will notice some places where code seems sloppy, or variables named poorly - those are from way long ago when I just didn't know how to code as well.