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

resolves #240 allowing user properties #242

Closed kingle closed 5 years ago

kingle commented 5 years ago

Adds ability to set certain break and skip parameter settings via <properties> section in pom OR via command-line, e.g.: mvn clean verify -Djapicmp.skipXmlReport

kingle commented 5 years ago

I noticed there's a lot of seemingly boolean fields that are currently typed as String. Is that intentional? If they were typed as boolean, a lot of the string parsing to Boolean lines could be removed.

siom79 commented 5 years ago

Branch has been merged. Thanks for the work.