Skip to main content

Eclipse: How to install Maven in your fedora system

What is Maven?

Maven is a project management and comprehension tool. Maven provides developers a complete build life-cycle framework. Development team can automate the project's build infrastructure in almost no time as Maven uses a standard directory layout and a default build life-cycle.

How to Install:


Go to their web page Maven and go to instalation





After you hit the link you are going to open your eclipse and go to the HELP tab and you are going to select the option Install a new software and you are going to copy paste the link at the top of the web to the "Work with" blank space, make sure you select a name that make sense with the application in this case we are going to use Maven.


Make sure to accept all the certificates from maven to finish the installation 


After you have finish all the whole installation you will need to reset eclipse, after you have finish restarting eclipse go to New -> New Project -> Other and you will find maven projects there.



And this is how you install Maven in your Eclipse IDE I hope it was easy enough and the screenshots were clear.











Comments

Popular posts from this blog

Command Lines Part 2

Converting Files Images Convert from jpg to png? $ convert image.jpg image.png         Networking Stuff Arp Have a look at who on the network own which IP address: $ arp     Ping Is a server alive? $ ping 8.8.8.8     Traceroute Where are the network issues between us and them? $ traceroute www.nuim.ie     Nmap Scan the local 255 host subnet. $ nmap 192.168.1.0/24     1-Liners What is the total disk size of all MarkDown files in my homedir? $ find ~ -name "*.md" | xargs du -ch       Generate numbers in a random order echo {01..10} | sed 's/ /\n/g' | shuf -