Fork me on GitHub
#tools-deps
<
2019-09-10
>
jjttjj16:09:14

Is there any obvious reason I'd get the message

Skipping paths: resources
after running clj -Spom when resources is in my :paths?

Alex Miller (Clojure team)16:09:19

it means it saw you had that in paths, but there is no canonical way to do that in pom.xml so, it just didn't do anything with it

Alex Miller (Clojure team)16:09:01

in Maven, you typically need to pull in a plugin and do several steps to work with a resources dir

jjttjj16:09:01

strange, I somehow managed to deploy to clojars on a different computer (with depstar+maven), and don't remember any issues getting resources in the jar