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 b86285c commit bb13989
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 @@ -168,7 +168,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 bb13989

Please sign in to comment.