We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd5b5f commit b83d1deCopy full SHA for b83d1de
plugin-maven/README.md
@@ -1606,7 +1606,7 @@ There are two options:
1606
### Pattern
1607
You can target specific files by setting the `spotlessFiles` project property to a comma-separated list of file patterns:
1608
```
1609
-cmd> mvn spotless:apply -DspotlessFiles="my/file/pattern\.java, more/generic/.*-pattern\.java"
+cmd> mvn spotless:apply -DspotlessFiles="src.main.java.com.example.*, .+Config.*\.java"
1610
1611
The patterns are matched using `String#matches(String)` against the absolute file path.
1612
0 commit comments