Class DistributionManagementCheck
- java.lang.Object
-
- org.apache.maven.plugins.enforcer.utils.DistributionManagementCheck
-
public class DistributionManagementCheck extends Object
- Author:
- Karl Heinz Marbaise khmarbaise@apache.org
-
-
Constructor Summary
Constructors Constructor Description DistributionManagementCheck(org.apache.maven.project.MavenProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(boolean isAllowRepository, boolean isAllowSnapshotRepository, boolean isAllowSite)
org.apache.maven.model.DistributionManagement
getDistributionManagement()
void
setDistributionManagement(org.apache.maven.model.DistributionManagement distributionManagement)
-
-
-
Method Detail
-
execute
public void execute(boolean isAllowRepository, boolean isAllowSnapshotRepository, boolean isAllowSite) throws EnforcerRuleException
- Throws:
EnforcerRuleException
-
getDistributionManagement
public org.apache.maven.model.DistributionManagement getDistributionManagement()
-
setDistributionManagement
public void setDistributionManagement(org.apache.maven.model.DistributionManagement distributionManagement)
-
-