You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/01/30 17:41:58 UTC

[incubator-zipkin-brave-karaf] 17/42: Exclude license checks in build-support

This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch test-jenkins-github-integration
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit e932bd7004ba1291c8d7219f33e6279e9350d80e
Author: Christian Schneider <ch...@die-schneider.net>
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>