New Fuse Project — Creates a new Fuse project
Table 4 describes the properties you can specify.
Table 4. New Fuse IDE project: select project archetype and specify its details properties
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. |