Uses of Class
org.apache.maven.shared.artifact.filter.ScopeArtifactFilter
Packages that use ScopeArtifactFilter
-
Uses of ScopeArtifactFilter in org.apache.maven.shared.artifact.filter
Methods in org.apache.maven.shared.artifact.filter that return ScopeArtifactFilterModifier and TypeMethodDescriptionScopeArtifactFilter.reset()
Reset hit counts and tracking of filtered artifacts, BUT NOT ENABLED SCOPES.ScopeArtifactFilter.setIncludeCompileScope
(boolean pIncludeCompileScope) ScopeArtifactFilter.setIncludeCompileScopeWithImplications
(boolean enabled) Manages the following scopes: system provided compileScopeArtifactFilter.setIncludeNullScope
(boolean enable) Determine whether artifacts that have a null scope are included or excluded.ScopeArtifactFilter.setIncludeProvidedScope
(boolean pIncludeProvidedScope) ScopeArtifactFilter.setIncludeRuntimeScope
(boolean pIncludeRuntimeScope) ScopeArtifactFilter.setIncludeRuntimeScopeWithImplications
(boolean enabled) Manages the following scopes: compile runtimeScopeArtifactFilter.setIncludeSystemScope
(boolean pIncludeSystemScope) ScopeArtifactFilter.setIncludeTestScope
(boolean pIncludeTestScope) ScopeArtifactFilter.setIncludeTestScopeWithImplications
(boolean enabled) Manages the following scopes: system provided compile runtime test