Class PluginsReactorExcludeFilter
- java.lang.Object
-
- org.apache.maven.plugins.dependency.resolvers.PluginsReactorExcludeFilter
-
- All Implemented Interfaces:
java.util.function.Predicate<org.apache.maven.model.Plugin>
class PluginsReactorExcludeFilter extends java.lang.Object implements java.util.function.Predicate<org.apache.maven.model.Plugin>A filter to exclude plugins that are part of the current reactor build.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.lang.String>reactorArtifactKeys
-
Constructor Summary
Constructors Constructor Description PluginsReactorExcludeFilter(java.util.List<org.apache.maven.project.MavenProject> reactorProjects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.apache.maven.model.Plugin plugin)
-