public interface ArtifactFilterManager
Modifier and Type | Method and Description |
---|---|
void |
excludeArtifact(String artifactId)
Deprecated.
use
META-INF/maven/extension.xml to define artifacts exported by Maven core and plugin
extensions. |
ArtifactFilter |
getArtifactFilter()
Deprecated.
use
META-INF/maven/extension.xml to define artifacts exported by Maven core and plugin
extensions. |
Set<String> |
getCoreArtifactExcludes() |
ArtifactFilter |
getCoreArtifactFilter()
Returns a filter for only the core artifacts.
|
ArtifactFilter getArtifactFilter()
META-INF/maven/extension.xml
to define artifacts exported by Maven core and plugin
extensions.ArtifactFilter getCoreArtifactFilter()
void excludeArtifact(String artifactId)
META-INF/maven/extension.xml
to define artifacts exported by Maven core and plugin
extensions.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.