Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 477 Bytes

https://camel.apache.org/manual/latest/camel-maven-archetypes.html

# https://repository.apache.org/content/groups/snapshots-group/org/apache/camel/archetypes/3.4.0-SNAPSHOT/maven-metadata.xml
mvn archetype:generate \
  -DarchetypeGroupId=org.apache.camel.archetypes \
  -DarchetypeArtifactId=camel-archetype-java \
  -DarchetypeVersion=3.4.0-SNAPSHOT \
  -DarchetypeRepository=https://repository.apache.org/content/groups/snapshots-group
mvn camel:run