Make empty classifier null (not empty string) by cstamas · Pull Request #287 · apache/maven-gpg-plugin (original) (raw)

And be consistent: as some legacy stuff in Maven and around (plugins) perform just nullcheck and not also empty string check, and get confused on empty string classifier. Plugins are (should) not be reused as dependencies, so despite the helper class is public I see no harm to alter it.

Supersedes #135
Fixes #138