Repository: incubator-griffin Updated Branches: refs/heads/master 5a84b9a02 -> 9adeb6ea0
skip test csv data file Author: William Guo <[email protected]> Closes #462 from guoyuepeng/fix_rat_license_20181130. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/9adeb6ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/9adeb6ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/9adeb6ea Branch: refs/heads/master Commit: 9adeb6ea02045770b9db26ae6ee34c5016c9760e Parents: 5a84b9a Author: William Guo <[email protected]> Authored: Thu Nov 29 22:18:03 2018 -0700 Committer: William Guo <[email protected]> Committed: Thu Nov 29 22:18:03 2018 -0700 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/9adeb6ea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8640280..e153bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ under the License. <exclude>**/*.db</exclude> <exclude>**/velocity.log*</exclude> <exclude>**/*.json</exclude> + <exclude>**/*.csv</exclude> <exclude>**/*.avro</exclude> <exclude>**/*.dat</exclude> <exclude>**/banner.txt</exclude> @@ -175,4 +176,4 @@ under the License. </plugins> </build> -</project> \ No newline at end of file +</project>
