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

Allow postAnalysisScript from maven plugin to be loaded from classpath #257

Closed juanpablo-santos closed 3 years ago

juanpablo-santos commented 4 years ago

postAnalysisScript parameter always loads the script from an existing file on the project. It would be nice if it could be readed too from classpath, so it could be included and readed from inside a provided plugin dependency, hence not having to copy the analysis script over every project using the plugin.

thx!

reckart commented 4 years ago

Just was about to open the same issue ;)

maxime-michel commented 3 years ago

This can probably be closed since this month's release, can't it? It's misleading.

juanpablo-santos commented 3 years ago

indeed, this issue seems tackled in #274, hence closing.