chonton / exists-maven-plugin

Check if artifact exists in remote maven repository
Apache License 2.0
47 stars 18 forks source link

Failing the build #1

Closed joehni closed 7 years ago

joehni commented 7 years ago

Hi Chas,

thanks for this cute plugin! As en enhancement it would be nice to have also the possibility to fail a build.

Cheers, Jörg

cdealti commented 7 years ago

Same requirement here. In our multimodule project we have tenths of individual project versions to maintain/update. We would like to fail the build if an artifact has already been deployed which in our case means we forgot to bump a version. Currently we have to resort to the enforcer plugin to fail the build based on a property set by the exists plugin.