@gfredericks can you check in a deps.edn ?
I'd like to use test.check directly from git
{:paths ["src/main/clojure"]
:aliases {:test {:extra-paths ["src/test/clojure"]}}}
You don’t need one
We support Pom manifests now
Although I guess you’re missing :paths
Unfortunate
I’m going to add src/main/clojure automatically I think - then you won’t need one
Fancy
We're beating Maven at its own game @alexmiller