Search code examples
mavenjakarta-eeeclipse-luna

Convert dynamic web project in Java to Maven Project


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.


Solution

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