Plugin Management in Maven

Plugin management allows us to configure how plugins work across multi-module maven builds. We look at how this can be used and configured.

Override Maven Plugin Configuration from Parent

While we want to modularise our maven file to avoid repetition, sometimes it’s necessary to provide specific variations for child modules. Here we explain how the various tiers of a maven file can be combined.