New Maven Application Wizard: Name and Location
See Also
The New Maven Application wizard enables you to create a new Maven project.
You open the wizard by opening the New Project wizard and selecting the
Maven template from the General category.
In the Name and Location page, you set the following properties:
- Project Name. Specifies the display name of the project.
This name is also used to create the project folder.
- Project Location. Specifies the folder where you want to store the project metadata and source code.
When you create an empty Java project, you cannot store the project folder and the project source code in separate locations
like you can with projects from existing source code.
- Project Folder. (Read-only) The project folder is generated
based on the name of the project.
- Artifact Id.
The Artifact Id is based on the project name.
- Group Id. Specifies the Group Id for the artifact.
- Version.Specifies the Version of the artifact.
The default version is 1.0-SNAPSHOT.
- Package. The IDE will automatically create a source package structure
based on this field.
When you click Finish, the project is created on your computer and opened in both the Projects window and the Files window.
- See Also
- About Working with Maven
- Creating a Maven Project
Legal Notices