This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 65e2bb312cf HDDS-14065. populate-cache fails at
ozone-filesystem-hadoop2 (#9419)
65e2bb312cf is described below
commit 65e2bb312cf394b0c0760373d6a1bebee887304f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Dec 3 10:55:25 2025 +0100
HDDS-14065. populate-cache fails at ozone-filesystem-hadoop2 (#9419)
---
hadoop-ozone/ozonefs-hadoop2/pom.xml | 1 -
hadoop-ozone/ozonefs-hadoop3/pom.xml | 1 -
hadoop-ozone/ozonefs-shaded/pom.xml | 1 -
pom.xml | 1 -
4 files changed, 4 deletions(-)
diff --git a/hadoop-ozone/ozonefs-hadoop2/pom.xml
b/hadoop-ozone/ozonefs-hadoop2/pom.xml
index 8476851bc52..aa12f41f6be 100644
--- a/hadoop-ozone/ozonefs-hadoop2/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop2/pom.xml
@@ -139,7 +139,6 @@
</goals>
<phase>prepare-package</phase>
<configuration>
- <skip>${maven.shade.skip}</skip>
<excludes>META-INF/versions/**/*.*</excludes>
<artifactItems>
<artifactItem>
diff --git a/hadoop-ozone/ozonefs-hadoop3/pom.xml
b/hadoop-ozone/ozonefs-hadoop3/pom.xml
index a9f1af2b4ac..050b8268ea7 100644
--- a/hadoop-ozone/ozonefs-hadoop3/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop3/pom.xml
@@ -82,7 +82,6 @@
</goals>
<phase>prepare-package</phase>
<configuration>
- <skip>${maven.shade.skip}</skip>
<excludes>META-INF/versions/**/*.*</excludes>
<artifactItems>
<artifactItem>
diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml
b/hadoop-ozone/ozonefs-shaded/pom.xml
index aae3dce4caf..a3f95f655cf 100644
--- a/hadoop-ozone/ozonefs-shaded/pom.xml
+++ b/hadoop-ozone/ozonefs-shaded/pom.xml
@@ -131,7 +131,6 @@
</goals>
<phase>package</phase>
<configuration>
- <skip>${maven.shade.skip}</skip>
<artifactSet>
<excludes>
<exclude>com.sun.javadoc:*</exclude>
diff --git a/pom.xml b/pom.xml
index 6a056def6b9..c7b78be6eee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2654,7 +2654,6 @@
<id>go-offline</id>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
- <maven.shade.skip>true</maven.shade.skip>
<mdep.analyze.skip>true</mdep.analyze.skip>
<skip.installnodepnpm>true</skip.installnodepnpm>
<skip.pnpm>true</skip.pnpm>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]