> My problem is how to create the JBI projects in eclipse... > > Maybe can you help me, which maven commands I need to run, to build this > project? (I want to create a right package structure, without using ant > again)
Most maven/eclipse integrations will allow you to create the project by choosing a particular archetype during the New Maven Project wizard process. Check the list of archetypes at http://servicemix.apache.org/maven-archetypes.html to discover which one suits your use-case the best. You can then use the maven integration to kick off the correct archetype at project creation time. --oh
