public class SpecificScopesArtifactFilter
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 |
---|
SpecificScopesArtifactFilter(java.lang.String scopes)
Takes a comma separated list of scopes to include.
|
Modifier and Type | Method and Description |
---|---|
boolean |
include(org.apache.maven.artifact.Artifact artifact) |
private boolean compileScope
private boolean runtimeScope
private boolean testScope
private boolean providedScope
private boolean systemScope