Class AbstractDependencyFilterMojo.ExcludeTestScopeArtifactFilter

java.lang.Object
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter
org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
org.springframework.boot.maven.AbstractDependencyFilterMojo.ExcludeTestScopeArtifactFilter
All Implemented Interfaces:
org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter
Enclosing class:
AbstractDependencyFilterMojo

protected static class AbstractDependencyFilterMojo.ExcludeTestScopeArtifactFilter extends org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter
ArtifactFilter to exclude test scope dependencies.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
     

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

    compareFeatures, filter, getExcludes, getIncludes, setExcludes, setIncludes

    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
  • Method Details

    • getArtifactFeature

      protected String getArtifactFeature(org.apache.maven.artifact.Artifact artifact)
      Specified by:
      getArtifactFeature in class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter