VictorML11 / FluxSpigot

FluxSpigot Custom! Version 1.8.8
14 stars 14 forks source link

Maven repo? #3

Open CyberSecGuy opened 5 years ago

CyberSecGuy commented 5 years ago

Do you have a maven repo by any chance?

VictorML11 commented 5 years ago

@CyberSecGuy The only maven stuff that is in this project is the one that was forked from TacoSpigot. In order to make it work you have to do work with scripts that have maven commands on them:

  1. Use the ./build.sh -> basically its just like mvn clean install
  2. Modify your stuff and create a patch with a new commit
  3. Use the script rebuildPatches.sh
  4. Use the script applyPatches.sh
  5. use mvn clean install