0

I have a project jar file. I want to add that project in eclipse. But that project is a non maven project. Is there any way to add that project in eclipse?

mhasan
  • 3,595
  • 1
  • 17
  • 35
Luisha
  • 1
  • 1
  • 1

1 Answers1

0

Just import your project in to eclipse and convert it to maven project.

file -> import -> existing project

then convert your project to maven

enter image description here

Sangram Badi
  • 3,886
  • 6
  • 36
  • 69