Skip to content

Commit

Permalink
Fix exlude patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 23, 2024
1 parent ab72cf0 commit efddf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
</includes>
<excludes>
<exclude>**/plugin.xml</exclude>
<exclude>pom.xml</exclude>
<exclude>gradle.xml</exclude>
<exclude>**/pom.xml</exclude>
<exclude>**/gradle.xml</exclude>
</excludes>
<eclipseWtp>
<type>XML</type>
Expand Down

0 comments on commit efddf40

Please sign in to comment.