Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update the doc with latest released archetype plugin

...

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

...