Class DefaultPathMatcherFactory

java.lang.Object
org.apache.maven.impl.DefaultPathMatcherFactory
All Implemented Interfaces:
Service, PathMatcherFactory

@Named @Singleton public class DefaultPathMatcherFactory extends Object implements PathMatcherFactory
Default implementation of PathMatcherFactory that creates PathSelector instances for filtering files based on include/exclude patterns.

This implementation provides Maven's traditional include/exclude pattern behavior, compatible with Maven 3 plugins like maven-compiler-plugin and maven-clean-plugin.

Since:
4.0.0