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

Starting with 0.15.0 maven plugin fails if previous version of an artifact can't be resolved #283

Closed juanpablo-santos closed 3 years ago

juanpablo-santos commented 3 years ago

With 0.14.4, missing artifacts don't break the build, whereas with 0.15.0, they do. This change of behaviour isn't mentioned on the release notes and the ignoreNonResolvableArtifacts parameter doesn't seem to be taken into account, so maybe this change wasn't intentional?

arturobernalg commented 3 years ago

H @juanpablo-santos @siom79

Yep, the new version (0.15.0) breaks the builds when unable to find or does not exist the binary. it seem is ignoring the ignoreNonResolvableArtifacts param

: Versions of archives indicate a minor change but binary incompatible changes found.

siom79 commented 3 years ago

Fixed: 0.15.3