pmonks / lice-comb

A Clojure library for software license detection.
Apache License 2.0
7 stars 0 forks source link

Ignore the local Maven repository, if it happens to be located inside the current project #52

Closed pmonks closed 4 months ago

pmonks commented 4 months ago

In the event that someone has configured their local Maven repository to be located within the current project (e.g. in deps.edn they specify something like :mvn/local-repo "./my-local-maven-cache"), that directory should be ignored during directory scanning of the current project.

pmonks commented 4 months ago

Fixed in v2.0.292.