This is an automated email from the ASF dual-hosted git repository.
dkuzmenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 83bc145a0dd HIVE-29347: Fix maven plugin related warning during build
(#6216)
83bc145a0dd is described below
commit 83bc145a0ddadbccb256b105a0255dea9710e34d
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Fri Nov 28 22:47:11 2025 +0530
HIVE-29347: Fix maven plugin related warning during build (#6216)
1. Spotless plugin warning for argLine
2. Remove surefire version tag in
standalone-metastore/metastore-rest-catalog/pom.xml
---
iceberg/pom.xml | 1 -
standalone-metastore/metastore-rest-catalog/pom.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/iceberg/pom.xml b/iceberg/pom.xml
index b36aba6f656..00bd6ce5369 100644
--- a/iceberg/pom.xml
+++ b/iceberg/pom.xml
@@ -247,7 +247,6 @@
<version>${spotless.maven.plugin.version}</version>
<configuration>
<skip>${validate.skip}</skip>
- <argLine>--add-exports
jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</argLine>
<java>
<removeUnusedImports/>
<importOrder>
diff --git a/standalone-metastore/metastore-rest-catalog/pom.xml
b/standalone-metastore/metastore-rest-catalog/pom.xml
index 2dbebc32238..0f8410c464c 100644
--- a/standalone-metastore/metastore-rest-catalog/pom.xml
+++ b/standalone-metastore/metastore-rest-catalog/pom.xml
@@ -266,7 +266,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>${surefire.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>