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 d1a9ad573ab612191a284756d2bb065160876837 Author: Christian Schneider <[email protected]> AuthorDate: Thu Jul 6 14:34:28 2017 +0200 Exclude settings in license check --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 752b1ee..90611cd 100644 --- a/pom.xml +++ b/pom.xml @@ -241,6 +241,7 @@ the License. <exclude>.travis.yml</exclude> <exclude>.gitignore</exclude> <exclude>.mvn/**</exclude> + <exclude>.settings</exclude> <exclude>mvnw*</exclude> <exclude>build-support/**</exclude> <exclude>etc/header.txt</exclude> @@ -249,7 +250,6 @@ the License. <exclude>**/*.md</exclude> <exclude>src/test/resources/**</exclude> <exclude>src/main/resources/**</exclude> - </excludes> <strictCheck>true</strictCheck> </configuration>
