leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
antono 2019-09-20T08:26:47.013Z

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

antono 2019-09-20T08:36:29.013400Z

Ok I think I fixed it

antono 2019-09-20T08:36:48.013900Z

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

2019-09-20T12:34:39.014500Z

@aoellerer the test task automatically adds the test profile

antono 2019-09-20T19:23:00.017100Z

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

2019-09-20T19:32:09.017600Z

Profiles will merge.

2019-09-20T19:32:32.018400Z

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

2019-09-20T22:01:40.019700Z

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