maven artifacts "not stored at the required location" ?? #2619
Closed
jcompagner
started this conversation in
General
Replies: 1 comment
-
ah found the problem. that project also had a pom.xml file with dependencies.. but those now really have to be in sync when using mvn depedencies directly in the target file (the thing i changed) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am still on 2.7.5 planning to upgrade to 4 but that doesn't work because of: #2618
but with 2.7.5 i get a very weird error:
[ERROR] Failed to execute goal org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) on project sablo: Execution default-target-platform of goal org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform failed: The Maven artifact to be added to the target platform is not stored at the required location on disk: required "C:\Users\jcomp.m2\repository\org\slf4j\slf4j-api\2.0.6\slf4j-api-2.0.6.jar" but was "C:\Users\jcomp.m2\repository\org\slf4j\slf4j-api\2.0.7\slf4j-api-2.0.7.jar"
why does it expect that the 2.0.7 jar should be in the 2.0.6 dir? why does it have that version (2.0.6) in the first place there?
my maven depedency ins the target file is really:
so i am not sure where it gets the idea from that it wants a 2.0.6 file?
Beta Was this translation helpful? Give feedback.
All reactions