Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn package fails #2

Open
lucapaganotti opened this issue Apr 22, 2020 · 0 comments
Open

mvn package fails #2

lucapaganotti opened this issue Apr 22, 2020 · 0 comments

Comments

@lucapaganotti
Copy link

lucapaganotti commented Apr 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant