public interface ArtifactFilterManager
Modifier and Type | Method and Description |
---|---|
void |
excludeArtifact(java.lang.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. |
java.util.Set<java.lang.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(java.lang.String artifactId)
META-INF/maven/extension.xml
to define artifacts exported by Maven core and plugin
extensions.java.util.Set<java.lang.String> getCoreArtifactExcludes()