excludePaths

Glob patterns (relative to the project root) for paths to skip during parsing. When non-empty, overrides parse.excludePaths from the tool config file. Supports the same glob syntax as java.nio.file.FileSystem.getPathMatcher.

The same value is forwarded both to Stage 0 (the official OpenRewrite Gradle/Maven plugin invocation — Maven receives -Drewrite.exclusions=… and Gradle receives exclusion(...) lines inside the generated init script's rewrite { } block) and to the LST fallback pipeline, so the two execution paths apply identical filtering.