How to create web application using maven in Eclipse?

I have to create the web project in Maven using the Eclipse IDE. Since Eclipse is very useful and user friendly for working on a project, I am using Eclipse for my project. Now want to use the Maven in the Eclipse.

I don'w know how to create web application using maven in eclipse?

Can anyone tell the video tutorial url for creating web applications in Eclipse using maven as build tool?

Thanks

View Answers

April 18, 2014 at 2:35 PM

Hi,

You can create project in maven and use in Eclipse. You have to use the proper maven archetype for creating the project.

Check the tutorial: Maven Web Application: Creating web application in Maven 3.

Thanks









Related Tutorials/Questions & Answers:
Advertisements