spotify / missinglink

Build time tool for detecting link problems in java projects
Apache License 2.0
146 stars 27 forks source link

Remove 'omitted' feature #36

Closed spkrka closed 9 years ago

krka commented 9 years ago

@pettermahlen @liljencrantz @mattnworb

pettermahlen commented 9 years ago

Remind me what this feature does before the removal?

spkrka commented 9 years ago

This tried to figure which dependency artifacts existed in multiple versions or were left out for some reason. This isn't really needed since we can simply look at the things that are packaged. I thought this would help reduce false positives, but it turns out there are quite a lot of left out artifacts in practice.

mattnworb commented 9 years ago

a belated :+1: