public class RequireReleaseVersion extends AbstractNonCacheableEnforcerRule
| Modifier and Type | Field and Description |
|---|---|
boolean |
failWhenParentIsSnapshot
Deprecated.
the visibility will be reduced to private with the next major version
|
message| Constructor and Description |
|---|
RequireReleaseVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper theHelper) |
boolean |
isFailWhenParentIsSnapshot() |
void |
setFailWhenParentIsSnapshot(boolean failWhenParentIsSnapshot) |
getCacheId, isCacheable, isResultValidgetMessage, setMessagepublic boolean failWhenParentIsSnapshot
#setFailWhenParentIsSnapshot(boolean)},
#isFailWhenParentIsSnapshot()}public void execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper theHelper)
throws org.apache.maven.enforcer.rule.api.EnforcerRuleException
org.apache.maven.enforcer.rule.api.EnforcerRuleExceptionpublic final boolean isFailWhenParentIsSnapshot()
public final void setFailWhenParentIsSnapshot(boolean failWhenParentIsSnapshot)
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.