How do I create a maven web application project from Eclipse?
Author: Deron Eriksson
Description: This tutorial describes how to create a web application project using maven from Eclipse.
Tutorial created using: Windows Vista || JDK 1.6.0_04 || Eclipse Web Tools Platform 2.0.1 (Eclipse 3.3.1)


Page: < 1 2 3 >

(Continued from page 1)

The "mywebapp" project has been created in my workspace, but it is not yet visible in EclipseSW. So, next I'll import it into Eclipse. To do this, in my Navigator I'll go to New → Project.

New Project

I'll create a JavaSW project.

Java Project

I'll browse to the "mywebapp" project that we created in the Eclipse workspace directory using the Eclipse external tool configuration. The project is named "mywebapp". I clicked Finish.

Creating 'mywebapp' project

The "mywebapp" project can now be seen in my Eclipse Navigator view.

Eclipse Navigator View

(Continued on page 3)

Page: < 1 2 3 >