Skip to content

Commit

Permalink
Exclude more files/directories from XML formatting.
Browse files Browse the repository at this point in the history
- No target files.
- No generated POM files.
  • Loading branch information
khatchad committed Jan 23, 2024
1 parent 061dc23 commit 663d27b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@
<excludes>
<exclude>**/plugin.xml</exclude>
<exclude>**/pom.xml</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/gradle.xml</exclude>
<exclude>**/target/</exclude>
</excludes>
<eclipseWtp>
<type>XML</type>
Expand Down

0 comments on commit 663d27b

Please sign in to comment.