http://activemq.apache.org/camel/creating-a-new-spring-based-camel-route.html
http://activemq.apache.org/camel/creating-a-new-spring-based-camel-route.html 

mvn archetype:generate                   \
  -DarchetypeGroupId=org.apache.camel.archetypes  \
  -DarchetypeArtifactId=camel-archetype-spring   \
  -DarchetypeVersion=1.5.0             \
  -DgroupId=myGroupId                  \
  -DartifactId=myArtifactId

Should this not be 
mvn archetype:create  
-- 
View this message in context: 
http://www.nabble.com/archetype-document-error-tp21308681s22882p21308681.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to