Replies: 1 comment 7 replies
-
We should change the version to a release version. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m running into issues while building Apache Hop external plugins (version 2.12.0-SNAPSHOT). The build process fails specifically at the hop-external-plugins-dropbox module, and the rest of the plugins (including MQTT) are being skipped.
The key error message is:
[ERROR] Failed to execute goal on project hop-external-plugins-dropbox: Could not resolve dependencies for project org.apache.hop:hop-external-plugins-dropbox:jar:2.12.0-SNAPSHOT
[ERROR] dependency: org.apache.hop:hop-core:jar:2.12.0-SNAPSHOT (compile)
[ERROR] Could not find artifact org.apache.hop:hop-core:jar:2.12.0-SNAPSHOT in eclipse-maven-repo (https://mvnrepository.com/)
[ERROR] Could not find artifact org.apache.hop:hop-core:jar:2.12.0-SNAPSHOT in snapshot-repository.java.net (https://maven.java.net/content/repositories/snapshots/)
[ERROR] Could not find artifact org.apache.hop:hop-core:jar:2.12.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots/)
It seems like Maven is unable to locate key dependencies (hop-core, hop-ui, hop-engine, etc.) in any of the defined repositories.
I’ve already cloned and built the main Apache Hop project. Is there a way to link these core components locally or correctly resolve the dependencies to proceed with building the external plugins?
Beta Was this translation helpful? Give feedback.
All reactions