Hi, Our solutions is composed of different war files. I would like, starting from the released artifacts that we deliver to our customer, to generate a dependency list. The goal is to be able to present an exhaustive list of dependencies we are relying on along with their licenses.
The org.apache.maven.plugins:maven-dependency-plugin does not help for it does not display War dependencies. I would prefer reusing an existing plugin but in the worst case I can also write my own plugin for that. Have you any suggestion on how to tackle this problem? Many thanks in advance for your help. Steve
