Hello. I'm trying to get to the (possibly masochistic) position of having all of my projects (and therefore by extension, all dependencies of all of my projects) fully modularized. That is, every artifact in the dependency tree should have a module-info.class file in it.
Part of the reason for doing this is that jlink can't work with automatic modules. What I would like to be able to do is, for an arbitrary Maven project, get a list of all of the (transitive) dependencies of the project that are currently either automatic modules, or not modules at all. Then, the list needs to be sorted topologically (so that dependencies on the leaves of the tree are listed first). This lets me know the most efficient order in which to update dependencies. Is there a plugin available that can do this? I've not been able to find anything. -- Mark Raynsford | http://www.io7m.com
pgpHiLcTokQg2.pgp
Description: OpenPGP digital signature
