
2025-06-13 13:52:35
As far as I can tell, a #Maven plugin can be configured:
1. inside <pluginManagement/> or <plugins/>
2. using <configuration/> or <execution>
Does anyone know where can I read how this works and what is the priority order in which such configurations are considered?
@… any help?