Replies: 1 comment 7 replies
-
Feature jars are usually not something that can participate in maven dependency resolution, so you should explain what "resolve" means and what "do not work" mean. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the local repository, we can find a
p2
folder.In my case I have the following layout:
What are the differences between these folders? How are they used?
Continuing the #2031 discussion on resolving dependencies.
That works for plugins, but not for features.
When manually resolving a feature artifact throught
WorkspaceReader
s,TychoWorkspaceReader
composes the local path as, for example:But that folder only contains plugins. Features seems to be located starting directly at the root of the
p2
folder:So the question is, how do I correctly resolve/download feature JARs?
Beta Was this translation helpful? Give feedback.
All reactions