I need to perform a mvn install. From what I know, Leiningen (which I already have) is built on Maven so perhaps I don’t need to install Maven separately – or do I?
I need to perform a mvn install . From what I know, Leiningen (which
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Leiningen uses pomegranate, a Clojure wrapper for Eclipse Aether, a library for working with artifact repositories. Since there were many more products that needed repository access, Aether’s functionality was split off from Maven into a separate project, and Maven was changed to make use of Aether.
Pomegranate has an install functionality