lein-parent icon indicating copy to clipboard operation
lein-parent copied to clipboard

lein-parent does not honor `:mirrors` for fetching the artifact

Open antonmos opened this issue 4 years ago • 0 comments

  :mirrors
  {#".*"
   {:name "my-internal-artifactory"
    :url "https://my-internal-artifactory"}}

is not sufficient to pull the library specified in :parent-project :coords

The workaround is to add

:repositories
{"my-internal-artifactory" {:url "https://my-internal-artifactory"}}

antonmos avatar Aug 27 '21 15:08 antonmos