ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
218 stars 49 forks source link

Call aether/resolve-artifacts with :local-repo, if applicable #882

Open panewman opened 7 years ago

panewman commented 7 years ago

Dependencies are always put into ~/.m2/repository, ignoring either :local-repo or Maven's ...

Call aether/resolve-artifacts with :local-repo, if applicable.

Reason: if ~/.m2/repository is not on a local drive, but on a network share, saving project.clj could take a very long time.