Skip to content

Commit

Permalink
Maven wrapper files should be skipped from license checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 1, 2021
1 parent d5b3ade commit f1bd9c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
<exclude>*.dot</exclude>
<exclude>LICENSE.txt</exclude>
<exclude>install-jdk.sh</exclude>
<exclude>mvnw.cmd</exclude>
<exclude>.mvn/wrapper/maven-wrapper.properties</exclude>
<exclude>.mvn/wrapper/MavenWrapperDownloader.java</exclude>
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit f1bd9c3

Please sign in to comment.