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

Enable the use of more than one postprocessing script #237

Open Bagge42 opened 5 years ago

Bagge42 commented 5 years ago

This is not really an issue, but a request. I've been using the groovy script option in the maven plugin quite a bit, how ever I have ended up with two scripts where in a lot of code is duplicated. The reason is that I want to be able to run the duplicated code in two different modules, while also running some additional modifications specific to each module. As far as I can see the plugin only allows for one postprocessing script, using the last one specified if more are specified. I can't seem to access other groovy files from within the binding japicmp creates either, so an option for more than one script being applied would be a great help.