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

Drop Maven legacy (and unused bits) and reuse work done by Maven #328

Closed cstamas closed 2 years ago

cstamas commented 2 years ago

Dropped (unused) deprecated bits to get them out of plugin. Also, reuse what Maven did for us already (resolved the project), as Mojo requires compile resolution and that most probably happened already in verify phase.

As "side effect" fixes https://github.com/siom79/japicmp/issues/327

cstamas commented 2 years ago

This is now ready for final review and eventual merge. Am done with changes (unless some PR reviewer asks for more).