Build error after update Eclipse [message #1868928] |
Thu, 25 July 2024 20:26 |
Diego Scifo Messages: 1 Registered: July 2024 |
Junior Member |
|
|
Hello everyone!
I have the following scenario, I just updated Eclipse to version 2024-06 (4.32.0) Build id: 20240606-1231. The update was successful. On the other hand I have Maven configured to point to a different repository than the central maven. The problem with this is that when it tries to build the projects it looks for dependencies (such as maven-surefire-plugin) in my company's repository instead of maven central.
The dependencies that I have configured in my project's pom are all in my company's repository, but when I do: right click->Maven->Update Project->OK I get an error similar to the following:
org.apache.maven.plugins:maven-surefire-plugin:jar:3.2.5 was not found in maven-dev.dscifo/repository during a previous attempt.
My project does not need this jar, but Eclipse obviously does and tries to look for it in the company's private repository instead of maven central.
The question is, can I configure Eclipse to avoid this error?
[Updated on: Thu, 25 July 2024 23:35] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03375 seconds