Skip to content

Commit

Permalink
Excludes Jenkinsfile from license check
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jan 30, 2019
1 parent 66a3f82 commit 14c4c52
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 @@ -354,6 +354,8 @@
<include>src/**</include>
</includes>
<excludes>
<exclude>Jenkinsfile</exclude>
<exclude>src/main/groovy/Jenkinsfile.gdsl</exclude>
<exclude>src/main/resources/org/apache/struts2/static/domTT.js</exclude>
<exclude>src/site/resources/tags/**/*.html</exclude>
<exclude>src/main/resources/*LICENSE.txt</exclude>
Expand Down

0 comments on commit 14c4c52

Please sign in to comment.