Replies: 3 comments 7 replies
-
I just tried the build on windows and it worked for me. So it is a linux issue or a hiccup. Why did the build fail?The error logs states "cannot resolve dependencies ..." and then the specific dependency X uses Y; can't find Y Why can there be hiccups?If any of these repositories can not be reached (firewall; network connection issues ..) or the repository is not available (it is being updated or server down or corrupted ...) the build will fail. What if the build fail is more persistent?Sloeber points to the latest versions of the repositories. Technically it would be better to point to explicit versions of the repositories (they do not get replaced and do not need updates) but that would mean way more work to keep the target file up to date. |
Beta Was this translation helpful? Give feedback.
-
As I myself struggled a lot with "I don't really understand what it doesn't find." I'm converting this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I found a way to be able to compile the plugin. I added a profile like the one below to io.sloeber.parent/pom.xml
and
finishes without errors |
Beta Was this translation helpful? Give feedback.
-
Every now and then I like to hurt myself and I agreed to update eclipse to the latest version of 2023-12 to see if the problem of missing some plugin icons had disappeared.
The problem persists so I decided to recompile the sloeber plugin to see if anything changes.
Contrary to what happened up to 2 weeks ago, the plugin no longer compiles.
mvn -X clean verify -Plinux64,latest,NOSDK -DskipTests=true
produce this output
I don't really understand what it doesn't find.
The java version is 17
Beta Was this translation helpful? Give feedback.
All reactions