New Fuse Project
Name
New Fuse Project — Creates a new Fuse project
Properties
Table A.3 describes the properties you can specify.
Name | Default | Description |
---|---|---|
Archetype | Specifies the Maven archetype to use to create the new project. | |
Group ID | Specifies the group ID Maven uses when generating the new project. This ID is mapped to the POM file's groupId element. | |
Artifact ID | Specifies the artifact ID Maven uses when generating the new project. This ID is mapped to the POM file's artifactId element. | |
Version | 1.0.0-SNAPSHOT | Specifies the version name Maven uses when generating the new project. You can accept the default version name, or enter a new one. This value is mapped to the POM file's version element. |
Package | <groupID>.<artifactID> | Specifies the package name for the generated artifacts. You can accept the default package name, or enter a new one. |
Related topics
Chapter 5, Creating a New Fuse Project |