I have application that uses few modules (maven modules), like:
myapp
/module1
/module2
/module3
how can I split changelogs so that every single module has changelogs of data model that is specific to that module?
another case: I would like to have "plugins" - jars that are referenced with maven dependencies, and I would like to put changelogs also in that jars.
how to configure everything for such architecture? is it possible at all?