Use to create a new Maven project.
Element | Description |
---|---|
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 |
Specifies the Artifact Id, which 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 automatically creates a source package structure based on this field. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |