Support for bundle shape for PDE maven targets #1497
Unanswered
joeshannon
asked this question in
Ideas
Replies: 1 comment 2 replies
-
I don't see a reason to not support it, one could simply extract the jar in the current folder (e.g. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whilst switching some dependencies to be sourced from Maven instead of p2 repositories I have found a limitation if the dependency contains
Eclipse-BundleShape: dir
. This is used for cases where the dependency should be installed in directory form instead of jar - e.g. for native libraries or resources.When sourced from a p2 site, these bundles are installed as directories (in
<workspace>/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool
). However when the same bundles are consumed from Maven the jar within~/.m2/repository/..
is used directly.Would it be possible to support this? Perhaps the dependencies could be handled in a similar way to how wrapped (non-bundle) maven dependencies are handled by m2e pde?
Beta Was this translation helpful? Give feedback.
All reactions