Skip to content

Commit 544e2b9

Browse files
committed
exempt some new file types from license check
1 parent 53c4ce5 commit 544e2b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,9 @@
17631763
<exclude>**/*.groovy</exclude>
17641764
<exclude>**/.gitkeep</exclude>
17651765
<exclude>**/node_modules/**</exclude>
1766+
<exclude>**/.pydevproject</exclude>
1767+
<exclude>**/Jenkinsfile</exclude>
1768+
<exclude>**/MAVEN_ENV</exclude>
17661769
</excludes>
17671770
</configuration>
17681771
</plugin>

0 commit comments

Comments
 (0)