Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated archetype example to use 'generate' instead of deprecated 'create'

...

If you want to create your own version of the Camel Component you can use the maven archetype.

Code Block
mvn archetype:creategenerate                   \
  -DarchetypeGroupId=org.apache.camel.archetypes  \
  -DarchetypeArtifactId=camel-archetype-component \
  -DarchetypeVersion=2.2.0  \
  -DgroupId=myGroupId                  \
  -DartifactId=myArtifactId   

...