PaperMC / PaperLib

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.
MIT License
268 stars 32 forks source link

add information about maven shader configuration #13

Closed BaronyCraft closed 5 years ago

BaronyCraft commented 5 years ago

Add information for projects that start using PaperLib and get unwanted dependencies shaded in

MiniDigger commented 5 years ago

uuuh, I don't think that should be documented here. its basic maven stuff.

aikar commented 5 years ago

No, this is too awkward and unnecessary.


 If, for some reasons, you don't want to change a scope to `provided`, you can make the maven shade plugin include only PaperLib by explicitly mentioning
it in an `includes` section:

The answer is suck it up and deal with it and stop trying to do dumb things.