I have a WAR that's built using MAVEN Script. I need to only generate a report that shows me the dependencies used to build the WAR file.
When I run tattletale, numerous reports are getting generated. For example: reports like class dependencies, dependants, eliminate jars, invalid version, sign, sealed, etc ...
I only require the report where I can see the list of dependencies used with the WAR file. Is there a way to configure tattletale to generate only one report with the dependencies details used for building the WAR file?
http://docs.jboss.org/tattletale/userguide/1.2/en-US/html/gettingstarted.html#configuration
Note, that Tattletale 1.2 is still in Beta so features maybe missing. Patches welcome.