I want to bundle hawt.io into my Java application (hawtio-default-1.4.45.war). To make it user friendly i just copied the war into resources.
The problem is, I use shade plugin to create the jar and it seems that it fiddles around with the embedded war - hawt.io is working fine if main() is started from within eclipse but it is completely messed up if i start my jar.
Is there a way to let shade plugin ignore the war (it's contents) but just copy it into the jar?