-
Hi, is there an option to for tycho to stop caching? I somehow cant get my builds to fetch new snapshot version from my nexus p2 repository (http). With version 4.0.7 I tried: None of these work. I always get a FileNotFoundException, that an older snapshot version of a p2-plugin could not be fetched. Which does not exist anymore. Deleting the local maven repository fixes the problem, but thats not really a permanent solution. The next snapshot version cant be loaded again. Somehow all discussions/issues i found where about more caching 😅. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
P2 has no notation of snapshot so you probably want to sahre a bit more details, e.g. what exact error are you getting? |
Beta Was this translation helpful? Give feedback.
This looks like somewhere in your setup you have bad meta-data (e.g. server claims there is no update but actually it was changed). Beside that
-U
is the correct option as it asks the server if there are any updates.