-
Here's my use case: vlsi/mat-calcite-plugin#31 I need I want to build a plugin for Eclipse Memory Analyzer, so I think I need Previously, I used a workaround of creating This time I tried upgrading tycho 1.3.0->4.0.3 :), and I thought: "Well, what if I could drop Unfortunately, it did not work. Is there a way to use Maven dependencies without resorting to multi-stage shaded builds and without spelling out every dependency in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
You should specify what did not work. Did the build fails? Can't you install in Eclipse? Anything else?
Yes you can use a "maven target location" see: by the way Eclipse Photon is heavily outdated, you probably want to upgrade that as well... Beside that, don't user require bundle, use import package! |
Beta Was this translation helpful? Give feedback.
-
By the way you might want to ask these project that currently do not have osgi-metadata to add those to their bundles |
Beta Was this translation helpful? Give feedback.
You don't have to ... see above, it is enough to make then somehow available, it could be a feature, an import (of one package), a product, additional test-run dependencies ... or you can modify the instructions, but that is quite hard work if it comes to more than a few non-osgi ones.