Re: Getting a list of "to be modularized" dependencies in topological order?

2018-02-21 Thread Mark Raynsford
On 2018-02-20T18:29:10 +0100 "Robert Scholte" wrote: > When running Maven with Java9+ and running 'mvn dependency:resolve' on > your project, you'll see all the module names and if these modules are > automatic modules. > It is a list, not a tree, but that's probably

Re: Getting a list of "to be modularized" dependencies in topological order?

2018-02-20 Thread Robert Scholte
When running Maven with Java9+ and running 'mvn dependency:resolve' on your project, you'll see all the module names and if these modules are automatic modules. It is a list, not a tree, but that's probably the closest you can get right now. thanks, Robert On Tue, 20 Feb 2018 18:05:18