Fuse IDE uses Maven archetypes to generate a project with all of the dependencies preconfigured. The archetypes also create the POM file needed to run and deploy your application, as well as sample code and data to get you started.
To create a Fuse project:
Select
| | .The Select a Wizard dialog, opens.
Select
| .Click
.The New Fuse IDE Project wizard opens.
Select Use default workspace or enter the location of the workspace to use for this project.
Tip The
button opens a file explorer to help select the location of your alternate workspace.If you want to add the project to an Eclipse working set, select Add project(s) to working set and enter the name of the working set.
Click
.A page listing the Fuse Maven archetypes appears.
Select the project type from the list.
Tip The following project types create routes that are supported by the Fuse IDE visual route designer:
camel-archetype-blueprint
camel-archetype-spring
camel-archetype-spring-dm
Enter the group ID for the project in the Group Id: field.
Enter the artifact ID for the project in the Artifact Id: field.
Enter the version of the project in the Version: field.
If you do not like the generated package name for the artifacts, enter a new package name in the Package: field.
Click
.This will create a Maven project containing starting point artifacts.
![]() | J2SE-1.5 execution environment |
---|---|
The new project may generate with a |