public class DistributionManagementCheck extends Object
| Constructor | Description |
|---|---|
DistributionManagementCheck(org.apache.maven.project.MavenProject project) |
| 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) |
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–2019 The Apache Software Foundation. All rights reserved.