I was hoping to be able to split my projects into Maven sub Modules, and reuse them as Maven dependency for other projects.
As I understand from the doc, the child modules must specify their parent project. This makes them unsuitable for reusing as dependencies.
This render the split in module far less attractive IMHO. Or am I missing something?
I tend to split projects in components when I need to share them. Otherwise, why bother?
Can someone elaborate on that?
Is it possible to declare a module that do not specify it's parent? How can you refactor a dependency and all it's dependant projects if you cannot?
cheers