Class ExcludeReactorProjectsArtifactFilter

java.lang.Object
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.apache.maven.plugins.dependency.resolvers.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 Summary

    Constructors
    Constructor
    Description
    ExcludeReactorProjectsArtifactFilter(List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.plugin.logging.Log log)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.apache.maven.artifact.Artifact>
    filter(Set<org.apache.maven.artifact.Artifact> artifacts)
     

    Methods inherited from class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter

    isArtifactIncluded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExcludeReactorProjectsArtifactFilter

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

    • 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