Saturday, 12 August 2017

How to create a Maven Project using Eclipse?

How to create a Maven Project using Eclipse?
Maven is a software project management, reporting manager, build, documentation and much more managing tool. I personally prefer this tool in almost every Java project. Maven supports JAVA programming language, you may not get this support for any other programming language Like RUBY. Maven provides an XML file 'pom.xml' where you can mention the dependencies of the jar files required for the software project. I will mention you the details below in steps that how easily you could do that. Do not waste much more time on the theory, you can get the theory from any other portals easily.

Prerequisite before start with selenium

1) Eclipse IDE link to download Eclipse

2) Install Java JDK How to setup java

3) Install Maven link.

3) Use Maven Dependencies of Selenium Webdriver (Described below)

Steps to Create a Maven Project:-

1) Select "Maven Project" option


2) Make sure Archetype should be maven-archetype-quickstart, usually, it is a default selected.And then also mention Group id and Artifact id of the software project and click Finish.


3) You will able to see a below structure if  Maven project created successfully.



4) As you can see in the above image that Maven project has a pom.xml file, and open structure of pom.xml is like in below image

5) You can mention the require jar file dependencies in middle of<dependencies> and </dependencies>

 6) Congratulations, Now your Maven software project is ready to do Test Automation.

Leave comments if you still face challenges 

Labels: , , , , , , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home