siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
712 stars 107 forks source link

[Maven plugin] Configuration to emit warnings #268

Open daniel-shuy opened 4 years ago

daniel-shuy commented 4 years ago

It would be nice if there were equivalent configurations to the breakBuild_ configurations, eg. warnBasedOnSemanticVersioning, to emit warnings instead of breaking the build.

This would allow configuring the plugin to emit warnings for PR builds (to warn committers if they are making any accidental breaking changes), while breaking the build when releasing without incrementing the version correctly.