Class ExcludeReactorProjectsArtifactFilter

  • All Implemented Interfaces:
    org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter

    public class ExcludeReactorProjectsArtifactFilter
    extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
    ArtifactFilter implementation that excludes artifacts found in the Reactor.
    Author:
    Maarten Mulders
    • Constructor Detail

      • ExcludeReactorProjectsArtifactFilter

        public ExcludeReactorProjectsArtifactFilter​(List<org.apache.maven.project.MavenProject> reactorProjects,
                                                    org.apache.maven.plugin.logging.Log log)
    • Method Detail

      • filter

        public Set<org.apache.maven.artifact.Artifact> filter​(Set<org.apache.maven.artifact.Artifact> artifacts)
                                                       throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
        Throws:
        org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException