Select Create a simple project (skip archetype
selection). Click Next.
Enter or select values for the following fields:
Group Id
Artifact Id
Version
Packaging
Name (optional)
Description (optional)
Note: The values for Group Id, Artifact Id,
and Version are known as Maven coordinates. For more information about Maven
coordinates, see Maven Coordinates.
Enter parent project values.
If the project
is a child project of another Maven project, in the Parent
Project section, enter the Group Id, Artifact Id, and Version of the parent project.
Click Finish.
The project
is created.
Creating a Maven project that is based on archetypes
One the first page of the wizard, click Next to proceed to the Select an Archetype page.
Select the archetype that you want to use.
You
can select a Catalog or enter a Filter to reduce the number of archetypes that are displayed.
This example in this image shows a search of all catalogs, a filter
for webapp, and a selection of the archetype
with artifact ID webapp-javaee6.
Click Next.
Enter or select values for the following fields:
Group Id
Artifact Id
Version
Package
Note: The values for Group Id, Artifact Id,
and Version are known as Maven coordinates. For more information about Maven
coordinates, see Maven Coordinates.