This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new c475f343f IMPALA-14744: Add dependency-reduced-pom.xml files to
.gitignore
c475f343f is described below
commit c475f343fb82d9f1d69b384539b3933742e35e4d
Author: Zoltan Borok-Nagy <[email protected]>
AuthorDate: Thu Feb 12 21:16:54 2026 +0100
IMPALA-14744: Add dependency-reduced-pom.xml files to .gitignore
dependency-reduced-pom.xml files are automatically generated by the
Maven Shade Plugin. We can add these files to .gitignore
Change-Id: I76c5b2d7cafe22d206784531a7aea6d0538fa625
Reviewed-on: http://gerrit.cloudera.org:8080/23970
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
.gitignore | 3 +++
java/shaded-deps/hive-exec/.gitignore | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 4f2171377..0566e0024 100644
--- a/.gitignore
+++ b/.gitignore
@@ -113,3 +113,6 @@ gerrit_critic_venv
# Output of single_node_perf_run.py
perf_results/
+
+# dependency-reduced-pom.xml are automatically generated by the Maven Shade
Plugin
+dependency-reduced-pom.xml
diff --git a/java/shaded-deps/hive-exec/.gitignore
b/java/shaded-deps/hive-exec/.gitignore
deleted file mode 100644
index 916e17c09..000000000
--- a/java/shaded-deps/hive-exec/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-dependency-reduced-pom.xml