sivabalan narayanan created HUDI-9642:
-----------------------------------------
Summary: Local maven build fails July 24, 2025
Key: HUDI-9642
URL: https://issues.apache.org/jira/browse/HUDI-9642
Project: Apache Hudi
Issue Type: Bug
Components: dev-experience
Reporter: sivabalan narayanan
when I execute `mvn -T 4C package -DskipTests -Dspark3.5 -Dscala-2.12`, my
local build fails w/ below stacktrace. I had to do `mvn -T 4C package
-DskipTests -Dspark3.5 -Dscala-2.12 -Dflink1.20` to get around it
{code:java}
[ERROR] Failed to execute goal on project hudi-flink: Could not resolve
dependencies for project org.apache.hudi:hudi-flink:jar:1.1.0-SNAPSHOT
[ERROR] dependency: org.apache.hudi:hudi-flink1.20.x:jar:1.1.0-SNAPSHOT
(compile)
[ERROR] Could not find artifact
org.apache.hudi:hudi-flink1.20.x:jar:1.1.0-SNAPSHOT in confluent
(https://packages.confluent.io/maven/)
[ERROR] Could not find artifact
org.apache.hudi:hudi-flink1.20.x:jar:1.1.0-SNAPSHOT in apache.snapshots
(https://repository.apache.org/snapshots)
[ERROR] dependency: org.apache.hudi:hudi-flink1.20.x:jar:tests:1.1.0-SNAPSHOT
(test)
[ERROR] Could not find artifact
org.apache.hudi:hudi-flink1.20.x:jar:tests:1.1.0-SNAPSHOT in confluent
(https://packages.confluent.io/maven/)
[ERROR] Could not find artifact
org.apache.hudi:hudi-flink1.20.x:jar:tests:1.1.0-SNAPSHOT in apache.snapshots
(https://repository.apache.org/snapshots)
[ERROR]
[ERROR] -> [Help 1]
[ERROR] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)