This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch dont-sign-snapshots in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
commit e932bd7004ba1291c8d7219f33e6279e9350d80e Author: Christian Schneider <[email protected]> AuthorDate: Thu Jul 6 13:35:03 2017 +0200 Exclude license checks in build-support --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 1cfb0a1..752b1ee 100644 --- a/pom.xml +++ b/pom.xml @@ -242,12 +242,14 @@ the License. <exclude>.gitignore</exclude> <exclude>.mvn/**</exclude> <exclude>mvnw*</exclude> + <exclude>build-support/**</exclude> <exclude>etc/header.txt</exclude> <exclude>**/.idea/**</exclude> <exclude>LICENSE</exclude> <exclude>**/*.md</exclude> <exclude>src/test/resources/**</exclude> <exclude>src/main/resources/**</exclude> + </excludes> <strictCheck>true</strictCheck> </configuration>
