opentable / wiremock-body-transformer

Wiremock Body Transformer Extension
Apache License 2.0
65 stars 42 forks source link

body transformer build should produce both a small jar and a shaded jar #32

Open solidjb opened 7 years ago

solidjb commented 7 years ago

The current build process only produces a jar that packages up all of its dependencies into the one jar (a shaded jar) This may be useful in some cases, but there are other cases where having all of those classes jammed into the jar is problematic. having the build produce both jars will allow users of your tool to choose which best suits their situation.