Skip to content

Commit

Permalink
Update license check configuration in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 24, 2021
1 parent 0f9916f commit 682c003
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,22 +336,25 @@
<configuration>
<header>etc/license.txt</header>
<strictCheck>true</strictCheck>
<excludes>
<exclude>*.dot</exclude>
<exclude>LICENSE.txt</exclude>
<exclude>install-jdk.sh</exclude>
<exclude>.github/dependabot.yml</exclude>
<exclude>mvnw.cmd</exclude>
<exclude>.mvn/wrapper/maven-wrapper.properties</exclude>
<exclude>.mvn/wrapper/MavenWrapperDownloader.java</exclude>
</excludes>
<mapping>
<yml>SCRIPT_STYLE</yml>
<toml>SCRIPT_STYLE</toml>
</mapping>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<configuration>
<excludes>
<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>
</executions>
</plugin>
Expand Down

0 comments on commit 682c003

Please sign in to comment.