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
Ok I think I fixed it
What is the difference between resource-paths
and test-paths
?
@aoellerer the test task automatically adds the test profile
Yeah, but it should not overwrite values sets by selected profiles, no?
Profiles will merge.
You may be able to do :replace metadata on the vector of resource-paths
You can show me an example of your project.clj and I could help