Repository: incubator-pirk Updated Branches: refs/heads/master c727b61af -> 8623cb3c3
PIRK-9 -- updating the RAT exclusions for .travis.yml in the pom - closes apache/incubator-pirk#8 Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/8623cb3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/8623cb3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/8623cb3c Branch: refs/heads/master Commit: 8623cb3c302700dc9622f6c230b2e8e8d87c3c6d Parents: c727b61 Author: tellison <[email protected]> Authored: Tue Jul 19 08:09:16 2016 -0400 Committer: eawilliams <[email protected]> Committed: Tue Jul 19 08:09:16 2016 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/8623cb3c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 25a2a9c..a7e3d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -259,6 +259,7 @@ <version>0.11</version> <configuration> <excludes> + <exclude>.travis.yml</exclude> <exclude>eclipse-pirk-codestyle.xml</exclude> <exclude>logs/**</exclude> <exclude>docs/package-list</exclude>
