Kap Shivhare
how to convert Java project into Maven ?
By Kap Shivhare in Software Testing on May 29 2016
  • prabu singarajan
    Dec, 2017 27

    In your eclipse just right click on Java Project and click Configure and you should see “ Convert to Maven Project ” option. You should see dialogue like this below. Just add “ Name ” and you should be all set. Don't forget to add your all custom dependencies in pom.xml file.

    • 0