Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsz committed Apr 6, 2024
1 parent 685cf90 commit f6895e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Meyvn enables you to generate uberjars (executables) and jars (libraries), and t
Copy and paste the following command in your terminal:

#+begin_src sh
clj -Sdeps '{:deps {org.meyvn/meyvn-installer {:mvn/version "1.4.8"}}}' -M -m meyvn-installer.core
clj -Sdeps '{:deps {org.meyvn/meyvn-installer {:mvn/version "1.4.9"}}}' -M -m meyvn-installer.core
#+end_src

** Manual installation

- Download Meyvn to your local repository

#+begin_src shell
mvn org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get -DremoteRepositories=https://nexus.tuppu.net/repository/meyvn/ -Dartifact=org.meyvn:meyvn:1.7.1
mvn org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get -DremoteRepositories=https://nexus.tuppu.net/repository/meyvn/ -Dartifact=org.meyvn:meyvn:1.7.2
#+end_src

- Create a new shell script in your path.
Expand All @@ -67,7 +67,7 @@ $ touch /usr/local/bin/myvn
#+BEGIN_SRC sh
$ cat /usr/local/bin/myvn
#!/bin/sh
M2_HOME=/path/to/maven/root java -jar ~/.m2/repository/org/meyvn/meyvn/1.7.1/meyvn-1.7.1.jar "$@"
M2_HOME=/path/to/maven/root java -jar ~/.m2/repository/org/meyvn/meyvn/1.7.2/meyvn-1.7.2.jar "$@"
#+END_SRC

~M2_HOME~ points to the root of your Maven installation directory, replace the content with the prefix appropriate for your system.
Expand Down

0 comments on commit f6895e1

Please sign in to comment.