What is the difference between Maven project and Java project | Selenium Forum
R
Rajesh N Posted on 16/11/2018

A
Ashish Thakur Replied on 17/11/2018

In maven project we can put jars with maven. No need to add manually
In Java project you have to add jars.

Maven project gives you lot of features.
I would request you to watch maven video number 9 on:
http://qtpselenium.com/selenium-training


R
Rajesh N Replied on 28/11/2018

Thanks Ashish Thanur