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

Fix build when run concurrently. #300

Closed jjlharrison closed 2 years ago

jjlharrison commented 2 years ago

Fix failure when running concurrent Maven build. The modules copy the dependencies using maven-dependency-plugin:copy but as they are not specified as dependencies, Maven doesn't ensure they are build before this goal runs.

Also noticed that 2 of the POMs had incorrect versions.

siom79 commented 2 years ago

I have added the two dependencies within another commit, but thanks a lot for contributing.