Re: Maven shade plugin: Duplicate entry in META-INF/service

2019-12-03 Thread Jan Lukavský
Hi Chris, my pom.xml looks like this [1]. The transformer you suggest is in place. I think that it would help to not shade the test jar, but I'm using shaded guava, which is bundled into core dependencies, so that might be a little complicated. Possible, though. This might be (maybe

Re: Maven shade plugin: Duplicate entry in META-INF/service

2019-12-03 Thread Christofer Dutz
Hi Jan, are you using any of the shade transformers? We had similar problems in the PLC4X project, but configuring: Helped quite a bit. Have a look here: https://github.com/apache/plc4x/blob/develop/pom.xml#L1286 Hope this helps. Chris Am 03.12.19,

Re: Maven shade plugin: Duplicate entry in META-INF/service

2019-12-03 Thread Jan Lukavský
Hi Matt, thanks for reaction. Is there a workaround around this? I think that the PR I propose is "safe" and might be considered as a hotfix before a proper solution is found? I don't know how is the release cycle of maven plugins defined, but if there is an upcoming release soon, this might