Exclude travis file from license checker Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/832a67fa Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/832a67fa Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/832a67fa
Branch: refs/heads/master Commit: 832a67fabef5aff55025ccc2c3f4a345fd051195 Parents: 1811d91 Author: Nicolas B <[email protected]> Authored: Mon Sep 24 17:45:41 2018 +0200 Committer: GitHub <[email protected]> Committed: Mon Sep 24 17:45:41 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/832a67fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3758a38..67314ed 100644 --- a/pom.xml +++ b/pom.xml @@ -322,6 +322,8 @@ <exclude>.mvn/jvm.config</exclude> <!-- maven cache --> <exclude>**/.m2/**</exclude> + <!-- travis config file --> + <exclude>.travis.yml</exclude> </excludes> </configuration> </plugin>
