target file editor doesn't correctly resolve maven depedencies that are provided? #776
jcompagner
started this conversation in
General
Replies: 2 comments 1 reply
-
If I recall correctly, the regular location cannot depend on things that are only available via the maven location because the maven location IUs are not available during resolution of those locations. I think @laeubi improved that recently... |
Beta Was this translation helpful? Give feedback.
1 reply
-
@jcompagner can you provide a minimal target file that reproduce your problem here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
look at this picture:
that should work right?
i include a repo that has some plugins
1 of those plugins depend on a version of antlr (i wanted that it is a range so i can update it easier in our final product target that you see above)
But for some reason the target editor always complains that it can't find antlr but it is there, in the mvn depedencies..
Beta Was this translation helpful? Give feedback.
All reactions