LicenseScout icon indicating copy to clipboard operation
LicenseScout copied to clipboard

Improve behaviour of vendor filtering for pure Maven-built JARs

Open pfistererm opened this issue 4 years ago • 0 comments

Currently, vendor filtering is based on the value 'Bundle-Vendor' in the MANIFEST.MF file, which is appropiate for JARs that are OSGi bundles. For JARs that are build with a standard Maven build, this is incenvenient, since the MANIFEST often is generated automatically. For these cases, it would be more convenient to do vendor filtering based on a value in the POM (suggestion: organisation / name).

Feature request

Expected Behavior - What where you expecting to happen?

Current Behavior - What happens?

Possible Solution

Context

Notes and further information

pfistererm avatar Sep 16 '20 18:09 pfistererm