Skip to content

Commit 91caf8e

Browse files
khatchadclaude
andcommitted
Exclude maven-release leftovers from spotless
Spotless's generic format walks the filesystem and does not honor .gitignore, so stray maven-release-plugin files (release.properties, *.releaseBackup, pom.xml.next, pom.xml.tag) tripped spotless:check locally even though they are gitignored. Exclude them explicitly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015krtPy49YGqBERvq4yDjCa
1 parent 04e8b7a commit 91caf8e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
<exclude>**/v1_astmanager/</exclude>
164164
<exclude>mvnw.cmd</exclude>
165165
<exclude>**/*.target</exclude>
166+
<exclude>**/release.properties</exclude>
167+
<exclude>**/*.releaseBackup</exclude>
168+
<exclude>**/pom.xml.next</exclude>
169+
<exclude>**/pom.xml.tag</exclude>
166170
</excludes>
167171
<trimTrailingWhitespace/>
168172
<endWithNewline/>

0 commit comments

Comments
 (0)