MagmaGuy / EliteMobs

This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
http://www.magmaguy.com
GNU General Public License v3.0
162 stars 61 forks source link

Destroy the elite dependency-reduced-pom #7

Closed RoboMWM closed 6 years ago

RoboMWM commented 6 years ago

Ya I know you don't want contributors but BuildTools got to be a contributor for 1 commit xdd

Anyways if you could nuke the dependency-reduced-pom or at least configure maven not to create one that'd be great so I can compile the plugin and pull new updates afterwards.


The issue is that maven creates the dependency-reduced-pom on compile. Since you have one already in the repo (and update it when you push out a new release), any repos that have built the plugin will have to discard the new dependency-reduce-pom that was generated on compile. So if you want to keep me outta the contributors then just do this urself thx.

RoboMWM commented 6 years ago

Whoops, this was supposed to be inside the maven-shade-plugin's configuration.

If you care, of course.

MagmaGuy commented 6 years ago

It's been done, also maybe check with your IDE if the suggested changes work before suggesting them :p

RoboMWM commented 6 years ago

I used github web to do this pr