Failed to execute goal on project chestshop: Could not resolve dependencies
Justman100 opened this issue · 8 comments
What is happening?
See log here
What did you expect to happen?
The .jar file in target
Plugin Version
SNAPSHOT (directly from the GutHub repo)
Plugin Config
Not given
Server Version
Not given
Server Log
Not given
What other plugins are you running?
Not needed
Agreements
- I have checked if there are already similar issues open.
- I am running the latest development version available from https://ci.minebench.de/job/ChestShop-3/.
- The version has support for this type of issue.
- I have provided all requested information and agree to the terms of the project's license
Additional context
No response
I'm unsure why you tagged me without providing additional info. I already told you what I think might help.
Btw. your original log is down, can you re-upload it directly in the GitHub issue or on gist so it stays present? (Or provide a new log with the current version, ideally on a fresh system e.g. with a linux vm or cleaned out CI workspace just to rule out anything on your existing system being the issue)
Btw. your original log is down, can you re-upload it directly in the GitHub issue or on gist so it stays present?
Not sure why it failed like that for you, might be because you enforce checksum validation in maven or maybe it cached something weird. Try cleaning your local repo cache and check your maven settings regarding validation.
Anyways: I don't think it's something that can be fixed in the build setup or do you have suggestions/ideas?
check your maven settings regarding validation.
Where?
https://maven.apache.org/settings.html -> checksumPolicy might do the trick, not sure. More likely that your local cache is just borked so try removing the artöfact folder it has issues with. If you can reproduce on a fresh maven/OS install (e.g. in a docker container) then there might be more to it but beyond that I can't really help fix your system. (And please don't ping/post unnecessary, impatient comments...)
check your maven settings regarding validation.
Where?
https://maven.apache.org/settings.html -> checksumPolicy might do the trick, not sure. More likely that your local cache is just borked so try removing the artöfact folder it has issues with. If you can reproduce on a fresh maven/OS install (e.g. in a docker container) then there might be more to it but beyond that I can't really help fix your system. (And please don't ping/post unnecessary, impatient comments...)
Have mavn manually installed! And configure and rerunning do not change anything 🤷