Camel Maven ArchetypesPage edited by Claus IbsenChanges (2)
Full ContentCamel Maven ArchetypesCamel is distributed with the following archetypes for Maven end users. Archetype Supported
Snapshot archetypesIf you would like to use an archetype from an unreleased version of Camel, you just need to let the maven-archetype-plugin know where to look for it. For example, say someone wanted to create a WAR based project based on Camel 2.7-SNAPSHOT. He'd need to use the following command
mvn archetype:generate \
-DarchetypeGroupId=org.apache.camel.archetypes \
-DarchetypeArtifactId=camel-archetype-war \
-DarchetypeVersion=2.7-SNAPSHOT \
-DarchetypeRepository=https://repository.apache.org/content/groups/snapshots-group
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Camel > Camel Maven Archetypes confluence
- [CONF] Apache Camel > Camel Maven Archetypes confluence