Camel Maven插件

1. 插件1:camel-archetype-java

     mvn archetype:create -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=2.5.0 -DgroupId=camelinaction -DartifactId=order-router

2. 插件2:camel-archetype-component
     mvn archetype:create -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-component -DarchetypeVersion=2.5.0 -DgroupId=camelinaction.component -DartifactId=custom

3. 插件3:camel-archetype-blueprint

     mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-blueprint -DarchetypeVersion=2.9.2 -DgroupId=org.dmwdp.demo -DartifactId=esbdemo -Dversion=1.0.0

4. 插件4:camel-archetype-activemq

5. 插件5:camel-archetype-scala

6. 插件6:camel-archetype-spring

7. 插件7:camel-archetype-war

猜你喜欢

转载自springsfeng.iteye.com/blog/1565733