Skip to content

Commit

Permalink
Exclude Maven Wrapper from license check
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Zurowski <[email protected]>
  • Loading branch information
gzurowski committed Mar 9, 2018
1 parent dc8b872 commit 6d7e637
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 @@ -292,6 +292,8 @@
<exclude>**/Tasks__c.java</exclude>
<exclude>**/additional-spring-configuration-metadata.json</exclude>
<exclude>**/*.proto</exclude>
<!-- Maven Wrapper -->
<exclude>.mvn/**/*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 6d7e637

Please sign in to comment.