public class ExcludeReactorProjectsArtifactFilter extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
ArtifactFilter implementation that excludes artifacts found in the Reactor.| Constructor and Description |
|---|
ExcludeReactorProjectsArtifactFilter(List<MavenProject> reactorProjects,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
Set<Artifact> |
filter(Set<Artifact> artifacts) |
isArtifactIncludedpublic ExcludeReactorProjectsArtifactFilter(List<MavenProject> reactorProjects, Log log)
public Set<Artifact> filter(Set<Artifact> artifacts) throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.