mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

Guarding against NullPointerException #21

Closed bsvingen closed 8 years ago

bsvingen commented 8 years ago

Guarding against null pointer exceptions when RPMMojo is used directly, without Maven and VersionMojo.

This is particularly an issue when using https://github.com/ahjones/lein-rpm, which does not work with the current rpm-maven-plugin version.

bsvingen commented 8 years ago

A release of this would be appreciated. Thanks.