Creating a Simple Maven Project
Creating the Maven Project in Eclipse
Prerequisite
You will need to install the Eclipse IDE, Maven plugin found at the Eclipse Marketplace
Step 1. Create a New Maven Project
- Click 'File' -> 'New' -> 'Other' -> 'Maven Project' and then click 'Next'.
Step 2. Select project name and location.
Use the default Workspace location or specify the location if necessary.
Step 3. Select an archetype
Select the maven-archetype-quickstart archetype from the list. It's a simple Maven web structure that will help get you started.