Details
Description
The LicenseReport class has a relevant TODO: we should check for a text/html mime type instead, and possibly use a html parser to do this a bit more cleanly/reliably.. That, and/or there could be a configuration item so that one could configure the report to simply render links to the license documents rather than attempt to include them verbatim in the generated html.
Here's a patch implementing this feature with a simple boolean.
Prior to applying the patch, you'll need to svn cp src/test/resources/plugin-configs/license-plugin-config.xml src/test/resources/plugin-configs/license-plugin-config-linkonly.xml