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<org.apache.maven.project.MavenProject> reactorProjects,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.maven.artifact.Artifact> |
filter(Set<org.apache.maven.artifact.Artifact> artifacts) |
public ExcludeReactorProjectsArtifactFilter(List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.plugin.logging.Log log)
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.