Tutorial やってみる

3.1. Starting a new project
でハマる。

http://servicemix.apache.org/31-starting-a-new-project.html
の「Create the servicemix-camel SU project」のところ。

mvn archetype:create -DarchetypeArtefactId=servicemix-...

でエラーが出る。

よく見ると「ArtifactId」じゃなく「ArtefactId」になっている。
というわけで正しくは

mvn archetype:create -DarchitypeArtifactId=servicemix-...

解決。