You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal on project dremio-gis: Could not resolve dependencies for project com.dremio.gis:dremio-gis:jar:0.0.3-SNAPSHOT: The following artifacts could not be resolved: com.dremio.sabot:dremio-sabot-kernel:jar:1.0.0, com.dremio.sabot:dremio-sabot-logical:jar:1.0.0, com.dremio:dremio-common:jar:1.0.0: Failure to find com.dremio.sabot:dremio-sabot-kernel:jar:1.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
Due to my very scarse knowledge of maven I'm not able to go on, can you please direct me to the right source of information to have the final jar/s built up correctly?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to buil the needed jars issuing
mvn package
on a debian buster box. I get this output:`$ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building dremio-gis 0.0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.dremio.sabot:dremio-sabot-kernel:jar:1.0.0 is missing, no dependency information available
[WARNING] The POM for com.dremio.sabot:dremio-sabot-logical:jar:1.0.0 is missing, no dependency information available
[WARNING] The POM for com.dremio:dremio-common:jar:1.0.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.761 s
[INFO] Finished at: 2020-04-22T17:00:32+02:00
[INFO] Final Memory: 8M/106M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dremio-gis: Could not resolve dependencies for project com.dremio.gis:dremio-gis:jar:0.0.3-SNAPSHOT: The following artifacts could not be resolved: com.dremio.sabot:dremio-sabot-kernel:jar:1.0.0, com.dremio.sabot:dremio-sabot-logical:jar:1.0.0, com.dremio:dremio-common:jar:1.0.0: Failure to find com.dremio.sabot:dremio-sabot-kernel:jar:1.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
$`
Due to my very scarse knowledge of maven I'm not able to go on, can you please direct me to the right source of information to have the final jar/s built up correctly?
Thanks for your help.
The text was updated successfully, but these errors were encountered: