We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb2523 commit eedc786Copy full SHA for eedc786
src/main/clojure/clojure/tools/deps/cli/api.clj
@@ -361,7 +361,7 @@
361
:local-repo (optional) - path to local repo (default = ~/.m2/repository)
362
363
Execute ad-hoc:
364
- clj -X:deps mvn/install :jar '\"foo-1.2.3.jar\"'"
+ clj -X:deps mvn-install :jar '\"foo-1.2.3.jar\"'"
365
[{:keys [jar pom lib version classifier local-repo]}]
366
(println "Installing" jar (if pom (str "and " pom) ""))
367
(let [{:keys [pom-file group-id artifact-id version classifier]}
0 commit comments