Maven concat / merge META-INF / service / file of two dependencies using maven?

G'day!

I have two dependencies in my project that overwrite each other config-filesinside META-INF/services/xxx.

Is there any procedure for merge / concat of these two configs files instead of overwriting?

Any ideas are welcome!

+5
source share
1 answer

Maybe you should take a look at the maven-shade-plugin , it might be better.

+2
source

All Articles