kieler / KLighD

KIELER Lightweight Diagams
Eclipse Public License 2.0
34 stars 7 forks source link

lsp: include the META-INF/services folder in maven artifacts. #195

Closed NiklasRentzCAU closed 5 months ago

NiklasRentzCAU commented 5 months ago

In the last 3.0.1 release, the .lsp module does not include the META-INF/services folder anymore, thus not including important configuration of the new interactive and the top-down layout features. This PR configures the maven build to always include that folder for any module that is not a plugin as well (so the .lsp module).