-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Description
Continued Discussion from here.
Basically, it would be a lot easier for everyone involved if Maven does what Maven is supposed to do, as in get all of the dependencies remotely without relying on user-downloaded files.
Based off of the pom.xml file, this is simple to do. For Spigot I'm sure (I haven't done any MC development in ages, I might be wrong here) that you can just remove the directory link and it'll do it automatically - maybe not.
As for the rest of them, JitPack will handle the rest - I've used it in the dated iTranxCraft plugin without any problems.
This'll make development for newcomers easier as well as maintaining libraries easier for everyone else.