Fork me on GitHub
#leiningen
<
2019-09-20
>
antono08:09:47

Hey, I am having a problem with leiningen, where I defined a custom profile with its own resource path, but when I run lein with profile custom_profile test, the resource path of the test profile is used

antono08:09:29

Ok I think I fixed it

antono08:09:48

What is the difference between resource-paths and test-paths?

mikerod12:09:39

@aoellerer the test task automatically adds the test profile

antono19:09:00

Yeah, but it should not overwrite values sets by selected profiles, no?

mikerod19:09:09

Profiles will merge.

mikerod19:09:32

You may be able to do :replace metadata on the vector of resource-paths

mikerod22:09:40

You can show me an example of your project.clj and I could help