This is an automated email from the ASF dual-hosted git repository. alexott pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push: new cce5d43 [ZEPPELIN-4914] Exclude factorypath in rat. cce5d43 is described below commit cce5d4314dc9d11192d37a26ac76b8ad78d46b76 Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Fri Jun 26 08:04:54 2020 +0200 [ZEPPELIN-4914] Exclude factorypath in rat. ### What is this PR for? Exclude factorypath in rat. factorypath is a eclipse project file ### What type of PR is it? - Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4914 ### How should this be tested? * **Travic-CI**: https://travis-ci.org/github/Reamer/zeppelin/builds/702273945 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Philipp Dallig <philipp.dal...@gmail.com> Closes #3824 from Reamer/factorypath_rat and squashes the following commits: f75a92d2f [Philipp Dallig] Exclude factorypath in rat. factorypath is a eclipse project file (cherry picked from commit eb500fa2f37616b9098b2ec8d9c86fca4cdfc0d1) Signed-off-by: Alex Ott <alex...@apache.org> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index cc1cb3b..47e6e02 100644 --- a/pom.xml +++ b/pom.xml @@ -1662,6 +1662,7 @@ <exclude>**/*.ipynb</exclude> <exclude>**/test/resources/**</exclude> <exclude>**/.settings/*</exclude> + <exclude>**/.factorypath</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> <exclude>**/target/**</exclude>