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,703
  • 1
  • 18
  • 37
Luisha
  • 1
  • 1
  • 2

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
  • 4,054
  • 9
  • 45
  • 78