Red Hat Training

A Red Hat training course is available for Red Hat Fuse

New Fuse Project


Name

New Fuse Project — Creates a new Fuse project

Properties

Table A.3 describes the properties you can specify.

Table A.3. New Fuse project: select project archetype and specify its details properties

NameDefaultDescription
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.
Version1.0.0-SNAPSHOTSpecifies 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.