Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Shade Plugin with multiple files with the same name

Hello,

i use eclipse with the maven integration and it works very well. Now, i've a multi module maven project and every module has a src/main/resources/META-INF/vertx.verticle file in it.

In on of the modules i use the maven shade plugin and in the console it works perfectly. But if i run the main module in eclipse, eclipse found just one of the vertx.verticle files with one line included (but every submodule should add a new line in this file - maven shade plugin do this for me).

This is the project:


the only runable module it „server“ the vertx.verticle files are in the submodule verticle.

I hope you can help me

thanks
marcel


p.s.: it’s almost the same like in spring boot and the spring.factories files

Back to the top