Convert dynamic web project in Java to Maven Project

87 Views Asked by At

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.

1

There are 1 best solutions below

2
mentallurg On BEST ANSWER

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