I\'m experiencing some difficulties configuring our project with Maven and need some help :)
Say, I have a multi-module project, with modules A and B (there are ~20
One of the ways to handle this requirement is to define your plugins within
section of your multi-module parent pom. In each of the project where you need to use this plugin, you declare it.
This way, you get to define all the plugin details and configuration in a central place as well as have the flexibility to use it only for relevant modules. More details here.