-
In a custom plugin I'm writing, I'm accessing projects' dependencies through In case of Ultimately my question is, how do I get the correct dependency |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Features don't have a compile phase so no real dependencies, the question is then what exactly you like to access? |
Beta Was this translation helpful? Give feedback.
Features don't have a compile phase so no real dependencies, the question is then what exactly you like to access?
If you want the P2 data you can use
org.eclipse.tycho.core.utils.TychoProjectUtils.getDependencyArtifacts(ReactorProject)