Package | Description |
---|---|
org.apache.maven.shared.artifact.filter |
Modifier and Type | Method | Description |
---|---|---|
ScopeArtifactFilter |
ScopeArtifactFilter.reset() |
Reset hit counts and tracking of filtered artifacts, BUT NOT ENABLED SCOPES.
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeCompileScope(boolean pIncludeCompileScope) |
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeCompileScopeWithImplications(boolean enabled) |
Manages the following scopes:
system
provided
compile
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeNullScope(boolean enable) |
Determine whether artifacts that have a null scope are included or excluded.
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeProvidedScope(boolean pIncludeProvidedScope) |
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeRuntimeScope(boolean pIncludeRuntimeScope) |
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeRuntimeScopeWithImplications(boolean enabled) |
Manages the following scopes:
compile
runtime
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeSystemScope(boolean pIncludeSystemScope) |
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeTestScope(boolean pIncludeTestScope) |
|
ScopeArtifactFilter |
ScopeArtifactFilter.setIncludeTestScopeWithImplications(boolean enabled) |
Manages the following scopes:
system
provided
compile
runtime
test
|
Copyright © 2018. All rights reserved.