public class RequireReleaseDeps extends AbstractBanDependencies
Modifier and Type | Field and Description |
---|---|
List<String> |
excludes
Deprecated.
the visibility will be reduced to private with the next major version
|
boolean |
failWhenParentIsSnapshot
Deprecated.
the visibility will be reduced to private with the next major version
|
List<String> |
includes
Deprecated.
the visibility will be reduced to private with the next major version
|
boolean |
onlyWhenRelease
Deprecated.
the visibility will be reduced to private with the next major version
|
message
Constructor and Description |
---|
RequireReleaseDeps() |
Modifier and Type | Method and Description |
---|---|
protected Set<org.apache.maven.artifact.Artifact> |
checkDependencies(Set<org.apache.maven.artifact.Artifact> dependencies,
org.apache.maven.plugin.logging.Log log)
Checks the set of dependencies against the list of excludes.
|
void |
execute(EnforcerRuleHelper helper)
Override parent to allow optional ignore of this rule.
|
Set<org.apache.maven.artifact.Artifact> |
filterArtifacts(Set<org.apache.maven.artifact.Artifact> dependencies) |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
boolean |
isFailWhenParentIsSnapshot() |
boolean |
isOnlyWhenRelease() |
void |
setExcludes(List<String> excludes) |
void |
setFailWhenParentIsSnapshot(boolean failWhenParentIsSnapshot) |
void |
setIncludes(List<String> includes) |
void |
setOnlyWhenRelease(boolean onlyWhenRelease) |
getDependenciesToCheck, getErrorMessage, isSearchTransitive, setSearchTransitive
getCacheId, isCacheable, isResultValid
getMessage, setMessage
public boolean onlyWhenRelease
#setOnlyWhenRelease(boolean)}
,
#isOnlyWhenRelease()}
public boolean failWhenParentIsSnapshot
#setFailWhenParentIsSnapshot(boolean)}
,
#isFailWhenParentIsSnapshot()}
public List<String> excludes
#setExcludes(List)}
,
#getExcludes()}
public List<String> includes
#setIncludes(List)}
,
#getIncludes()}
public void execute(EnforcerRuleHelper helper) throws EnforcerRuleException
execute
in interface EnforcerRule
execute
in class AbstractBanDependencies
helper
- the enforcerRuleHelperEnforcerRuleException
- when an exception occursprotected Set<org.apache.maven.artifact.Artifact> checkDependencies(Set<org.apache.maven.artifact.Artifact> dependencies, org.apache.maven.plugin.logging.Log log) throws EnforcerRuleException
checkDependencies
in class AbstractBanDependencies
dependencies
- the dependencieslog
- the logEnforcerRuleException
- the enforcer rule exceptionpublic Set<org.apache.maven.artifact.Artifact> filterArtifacts(Set<org.apache.maven.artifact.Artifact> dependencies)
public final boolean isOnlyWhenRelease()
public final void setOnlyWhenRelease(boolean onlyWhenRelease)
public final boolean isFailWhenParentIsSnapshot()
public final void setFailWhenParentIsSnapshot(boolean failWhenParentIsSnapshot)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.