Name
New Fuse IDE Project — Creates a new Fuse IDE project
Properties
Table A.2 describes the properties you can specify.
Table A.2. New Camel IDE Project properties
Name | Description |
---|---|
Archetype | Specifies the Maven archetype used to create the project. |
Group ID | Specifies the group ID Maven uses when generating the project. It is mapped to the
POM's groupId element. |
Artifact ID | Specifies the artifact ID Maven uses when generating the project. It is mapped to the
POM's artifactId element. |
Version | Specifies the version Maven uses when generating the project. It is mapped to the
POM's version element. |
Package | Specifies the package name for the generated artifacts. This property is
generated by the mapping
.
You can change this by entering a custom package name. |