Class BanDistributionManagement

All Implemented Interfaces:
EnforcerRuleBase

@Named("banDistributionManagement") public final class BanDistributionManagement extends AbstractStandardEnforcerRule
This rule will check if a pom contains a distributionManagement part. This should be by best practice only defined once. It could happen that you like to check the parent as well. This can be activated by using the ignoreParent which is by default turned off (true) which means not to check the parent.
Since:
1.4
Author:
Karl Heinz Marbaise