Skip to content

Commit

Permalink
[pom] Ignore auto generated files from license / spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 21, 2024
1 parent 84b43f1 commit 59c97e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
<excludes>
<exclude>**/node_modules/**</exclude>
<exclude>**/target/**</exclude>
<exclude>**/.pmdruleset.xml</exclude>
</excludes>
<trimTrailingWhitespace />
<endWithNewline />
Expand Down Expand Up @@ -819,6 +820,9 @@
<header>${main.basedir}/LICENSE_HEADER</header>
<excludes>
<exclude>**/spring.provides</exclude>
<exclude>**/.checkstyle</exclude>
<exclude>**/.pmd</exclude>
<exclude>**/.pmdruleset.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
Expand Down

0 comments on commit 59c97e0

Please sign in to comment.