-
Hi, I have an eclipse-updatesite installed in my local maven repository. My eclipse-feature build is failing because of missing IU requirement but that IU exists in that updatesite. Does tycho consider the updatesite installed in local repo for dependencies and target platform resolution? |
Beta Was this translation helpful? Give feedback.
Answered by
laeubi
Dec 20, 2021
Replies: 1 comment 8 replies
-
You need to reference the update-site with its maven coordinates in your pom fro it to be considered.
|
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
umairsair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to reference the update-site with its maven coordinates in your pom fro it to be considered.