I'm using the oss-licenses plugin (Android - Including Open Source Notices) for my Android app to gather the license information from all the open source repositories being used.
But some publishers have not included the <licenses> tag in their repository's POM file. This is why the plugin won't find the license file and these libraries are missing when using OssLicensesMenuActivity to display the listing.
Is there a way to enter additional entries for OssLicensesMenuActivity?