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]
