So how do you install maven? I am using Linux Mint OS (a super cool Operating System that adds great UI and controls on top of Ubuntu), so the commands below basically are for Ubuntu based systems.
#1. apt-cache search maven
...
maven-debian-helper - Helper tools for building Debian packages with Maven
maven2 - Java software project management and comprehension tool
...
This gives you an idea about all the maven related packages in apt's cache.
#2. sudo apt-get install maven2
This installed maven2.2.1 on my system
#3. mvn -v
Apache Maven 2.2.1 (rdebian-1) Java version: 1.6.0_20 Java home: /usr/lib/jvm/java-6-sun-1.6.0.20/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.31-20-generic" arch: "i386" Family: "unix"#4. mvn --help
Lists all the maven commands.
Next post: Maven, Grails, GWT and Spring MVC.
References:
a. http://www.mkyong.com/maven/how-to-install-maven-in-ubuntu/
b. http://www.dzone.com/links/r/what_has_maven_ever_done_for_us.html
Know more about Java, Groovy, Grails artist
No comments:
Post a Comment
Your comments are welcome. It will help me improve my communication and content...plus it will encourage me! :-)