Skip to content

Instantly share code, notes, and snippets.

@mcaserta
Last active September 27, 2015 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcaserta/1226429 to your computer and use it in GitHub Desktop.
Save mcaserta/1226429 to your computer and use it in GitHub Desktop.
Creates an example project based on camel and spring
mvn archetype:generate \
-DarchetypeGroupId=org.apache.camel.archetypes \
-DarchetypeArtifactId=camel-archetype-spring \
-DarchetypeVersion=2.10.3 \
-DgroupId=com.nexse.swat.example \
-DartifactId=camel-spring \
-DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment