Replies: 1 comment
-
For legacy use please try If you want all P2 dependencies there is also https://tycho.eclipseprojects.io/doc/latest/tycho-p2-plugin/dependency-tree-mojo.html |
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
-
With the new target platform mechanism in Tycho 4, the output from
dependency:tree
is missing all P2 dependencies, if run only as a standalone target.With the previous resolution mechanism, the tree is complete.
We have some tooling that uses dependency:tree under-the-hood and we can't change the executed goals, but this makes it hard to use the new approach.
Beta Was this translation helpful? Give feedback.
All reactions