siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
701 stars 107 forks source link

include/exclude packages without subpackages #348

Closed kwin closed 1 year ago

kwin commented 1 year ago

Currently the pattern

<parameter>
  <includes>
     <include>my.api.package</include>
  </include>
</parameter>

includes the package my.api.package as well as every subpackage. There should be a pattern supported which only includes the given package (without its subpackages).

kwin commented 1 year ago

Figured out that <includeExclusively>true</includeExclusively> does that. Even mentioned in the docs. Closing as invalid.