Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 677 Bytes

IntelliJ Recommended!

How to compile in IntelliJ directly

  1. File->New->Project from version control, input repo git url
  2. Once project is loaded simply press the "Maven" section on the right side
  3. Output is in Project/target/

How to compile

  1. Clone this repo
  2. Open the folder in the terminal
  3. Type mvn clean package
  4. Get the final file in /target/

Other notes

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.