tzaeschke / tinspin-indexes

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree
http://www.tinspin.org
Apache License 2.0
111 stars 24 forks source link

Remove maven-shade-plugin #26

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

It broke the phtree dependency after upgrade to maven-shade-plugin 3.4.1. See #25.

This PR also remove some unnecessary resource copying and updates the phtree dependency to minimum 2.8.0.

codecov[bot] commented 1 year ago

Codecov Report

Merging #26 (afd35e7) into master (81848c1) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #26   +/-   ##
=========================================
  Coverage     73.79%   73.79%           
  Complexity     2044     2044           
=========================================
  Files            76       76           
  Lines          8007     8007           
  Branches       1575     1575           
=========================================
  Hits           5909     5909           
  Misses         1710     1710           
  Partials        388      388