public class DistributionManagementCheck extends Object
| Constructor and Description | 
|---|
DistributionManagementCheck(org.apache.maven.project.MavenProject project)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(boolean isAllowRepository,
              boolean isAllowSnapshotRepository,
              boolean isAllowSite)  | 
org.apache.maven.model.DistributionManagement | 
getDistributionManagement()  | 
void | 
setDistributionManagement(org.apache.maven.model.DistributionManagement distributionManagement)  | 
public DistributionManagementCheck(org.apache.maven.project.MavenProject project)
public void execute(boolean isAllowRepository, boolean isAllowSnapshotRepository, boolean isAllowSite) throws EnforcerRuleException
EnforcerRuleExceptionpublic org.apache.maven.model.DistributionManagement getDistributionManagement()
public void setDistributionManagement(org.apache.maven.model.DistributionManagement distributionManagement)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.