I have project structure like:
+-module_a/pom.xml
+-parent/pom.xml (parent) // here is only pom.xml file
+-module_b/pom.xml
|
pom.xml (root)
Into the (root) pom are defined modules and build plugin.
Into parent pom are defined properties, dependencyManagament and repository.
Can I merge parent into root pom and inherit everything from root pom ?
I inherit this project and I don’t understand why is compose like this. Do I need that pom.xml who is inside parent module alone ?