Hi, I have a Gatling based project which is depend on two libraries. Each library has it’s own reference.conf in the resource folder.
Where I create an Uber jar with the gatling-maven-plugin (enterprisePackage), I get one of the two files in the generated jar which leads to missing configuration at runtime.
Is it possible to merge them with this plugin as in maven-shade-plugin? If not, are there other ways to solve it?
Thanks
Hey there,
Thanks for getting in touch.
We’d recommend adding your own reference.conf in the resource folder that merges both, (or if you know how to) generate your own as a resource for your gatling project.
Our plugin doesn’t have customizable merges as of now.
Hope that helps!
Pete