devonfw/solicitor

Support yarn licenses plugin for Yarn Modern

Closed this issue · 1 comments

As a user of Solicitor I want to be able to process license information from systems built with Yarn Modern (Version 2 and above).

The "licenses list" command as required to generate the data for the YarnReader is no longer available in Yarn Modern. There is a separate plugin providing similar functionality: https://github.com/mhassan1/yarn-plugin-licenses .

As this plugin uses a different JSON output format a new reader is required.

Merged and completed.