Creating a Maven Project

See Also 

The New Project wizard enables you to create a new Maven project (artifact) based on an archetype in your local or a remote repository. When you create the new artifact the wizard prompts you to specify the project coordinates (artifactId, groupId, versionId).

To create a new Maven project:

  1. Choose File > New Project from the main menu to open the New Project wizard.
  2. Choose the Maven category and then choose a Maven project template. Click Next.

    If you choose the Maven Project template you will need to choose an archetype. The wizard displays the available archetypes contained in your local or registered remote repository.

  3. Specify the project name, location and project details. Click Finish.

When you click Finish, the IDE creates the Maven project and displays the node for the project in the Projects window.

Notes.

After you create the project, you can configure additional project properties by right-clicking the project node in the Projects window and choosing Properties.

See Also
About Working with Maven
Configuring Maven Settings

Legal Notices