public class ScopeArtifactFilter
extends java.lang.Object
implements org.apache.maven.artifact.resolver.filter.ArtifactFilter
Modifier and Type | Field and Description |
---|---|
private boolean |
compileScope |
private boolean |
providedScope |
private boolean |
runtimeScope |
private boolean |
systemScope |
private boolean |
testScope |
Constructor and Description |
---|
ScopeArtifactFilter(java.lang.String scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
include(org.apache.maven.artifact.Artifact artifact) |