The maven dependency tree page <https://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-dependency-tree.html> says "in verbose mode the dependency tree shows dependencies that were omitted for: ... introducing a cycle into the dependency tree" so I think we should keep this functionality if possible.
On Sat, Jul 18, 2020 at 7:57 AM Romain Manni-Bucau <[email protected]> wrote: > A build should fail/be aborted in such a case so not sure the plugin needs > to support it > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le sam. 18 juil. 2020 à 13:10, Elliotte Rusty Harold <[email protected]> > a > écrit : > > > Context: Ian is writing code for the maven-dependency plugin to > > reintroduce the verbose tree option we lost in 3.0. > > > > On Sat, Jul 18, 2020 at 3:35 AM Anders Hammar <[email protected]> wrote: > > > > > > Wrong list. Use the users list for usage questions. This list is for > > > developing Maven. > > > > > > /Anders (mobile) > > > > > > Den lör 18 juli 2020 00:17Ian Lavallee <[email protected]> skrev: > > > > > > > If I have Projects A, B, C with A depends on B, B depends on C, C > > depends > > > > on A does maven still include one of each A, B, C? > > > > > > > > Should the tree output be as below: > > > > > > > > Project-groupId:Project-Artifact > > > > \- A > > > > \- B > > > > \- C > > > > \- A (omitted due to cycle) > > > > > > > > If this isn't correct what is the expected output or where can I find > > the > > > > expected output? > > > > > > > > Thanks, > > > > Ian > > > > > > > > > > > > -- > > Elliotte Rusty Harold > > [email protected] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
