I'm using Counterclockwise eclipse plugin on a leiningen Clojure project. I need to run a repl from Eclipse and make it load a different leiningen project than the default. Since the default one is being loaded, I get multiple classpath errors on dependencies that are on the profile I want to use, but not on the default profile. Anyone knows how it can be done?