Maven usage

Maven to software development First go to start->run->cmd prompt go to the path where you want the maven project to be placed. Run the mvn archetype:generate command as shown below. Now select the number which indicates the type of the project, in below image, i have selected 6 for simple core java project and also […]

Share this article on

Maven Build tool setup

Maven – Setup by downloading latest release. Maven uses in software development Lets see the maven setup step by step 1)Download the latest maven from the link Maven download link currently refer the latest version marked in the below screenshot 2)unzip the downloaded maven zipped folder to any of your favorite location 3)set the following […]

Share this article on