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

1

6

G'day!

I have two dependencies in my project that are overwriting each others config-files within META-INF/services/xxx.

Is there some procedure to merge/concat these two configs files instead of overwriting?

Any ideas are well appreciated!

Giselegisella answered 28/9, 2012 at 9:47 Comment(0)
A
2

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

Approachable answered 28/9, 2012 at 10:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.