2

I am using Eclipse Luna. I have a working dynamic web project. I need to convert this to a Maven Project.

However, creating a new Maven Project and copying the source files is not an option. Is there an easy way to do this in Eclipse?

Thanks in advance.

Debanik Dawn
  • 797
  • 5
  • 28

1 Answers1

2

Project context menu -> Configure-> Convert to Maven Project.

mentallurg
  • 4,967
  • 5
  • 28
  • 36