Maven plugin and its dependency defined in parent pom and I do not want my child pom to include that plugin dependency.
For example, if there is 1 parent and 100 children, 99 use that plugin and want to exclude that plugin in one child.
How could we achieve this one?