Skip to content

Commit

Permalink
Spotless exclude target
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBodewig authored Jan 14, 2024
1 parent 4f1954e commit c112110
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
<formatAnnotations/>
<importOrder/>
<removeUnusedImports/>
<excludes>
<exclude>target/**</exclude>
</excludes>
</java>
<pom>
<sortPom>
Expand All @@ -118,19 +121,28 @@
<includes>
<include>**/*.json</include>
</includes>
<excludes>
<exclude>target/**</exclude>
</excludes>
<jackson/>
</json>
<yaml>
<includes>
<include>**/*.yaml</include>
</includes>
<excludes>
<exclude>target/**</exclude>
</excludes>
<jackson/>
</yaml>
<formats>
<format>
<includes>
<include>**/*cfg.xml</include>
</includes>
<excludes>
<exclude>target/**</exclude>
</excludes>
<prettier>
<devDependencyProperties>
<property>
Expand Down

0 comments on commit c112110

Please sign in to comment.