-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional "runtime" scoped dependencies support? #543
Comments
Solution 1 seems to be the most correct from Maven and PDE POV. The "runtime" scope should also be the default scope in the UI as per expectation of target platform definition. |
I'll try to fix this this week, as I think we should include thin the the 1.20 release. |
Signed-off-by: Christoph Läubrich <[email protected]>
Target used for testing Issue_543.target.zip |
@vogella @akurtakov @HannesWell this should shortly be available in the snapshot please test this if it works for all your cases (but keep in mind that tycho do not support this at the moment!) if no issues arise I'll adjust tycho support accordingly. |
Also fixed in tycho now: eclipse-tycho/tycho#447 |
Discussed in #461
Originally posted by laeubi December 18, 2021
Now that we correctly filter dependencies scopes it shows that it might cause confusion for runtime scoped dependencies.
The
runtime
scope is a bit special as maven defines it as:That mean that if we want it currently one has to select
test
scope.I see the following options:
runtime
scope and handle it as something betweencompile
andtest
(include everythingcompile
would include and includeruntime
dependencies but nottest
scoped ones.includeRuntime
that additionally include runtime scoped dependencies@akurtakov @mickaelistria @HannesWell any preferences?
@akurtakov @mickaelistria @HannesWell I think it would be good t have this in before the next release see also
The text was updated successfully, but these errors were encountered: