Have you considered using a tool like dependency-check-maven <http://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html> (see the dependency-check site <http://jeremylong.github.io/DependencyCheck/> for more details about the tool and see a sample report <http://jeremylong.github.io/DependencyCheck/general/SampleReport.html>).
--Jeremy On Tue, May 24, 2016 at 8:07 AM, Hostettler, Steve < [email protected]> wrote: > 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 > >
