Hello team,
Actually, I'm building a pom parent that all applications under the enitty where I'm working will have to implement. The idea is to specify all the dependencies and plugins inside the pom parent with the version using the dependencyManagement and pluginManagement, and at the application level, only mention the required plugin. Since not all the applications use the same technos, I got the idea of creating pom parent by scope (for Spring, for JAXRS, ...) and thereafter include those pom in a global pom parent that will be inherited by each applications. I don't know if you've faced this before, but I'm asking which one is recommended ? using one pom parent that contains declaration of all dependencies or create mini pom parent by scope and include them in the pom parent as dependencies ? hanks in advance for you help. Regards
