Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are probably various ways to create a maven project but I found this one very simple at creating a basic maven structured project using archetypes.

Prerequisite

You will need to install the Eclipse IDE Maven plugin found at the Eclipse Marketplace

Step 1. Create a New Maven Project

...

Select the maven-archetype-webapp quickstart archetype from the list. It's a simple Maven web structure that will help get you started.

Image RemovedImage Added

Step 4. Enter the Group id and Artifact Id

...

Step 5. Your New Maven Project
Image Removed

...

Below is what your sample structure looks like after you perform all the steps. This should help as a starting point.

Image Added

Info
iconfalse

   Additional References

...