You can see the available archetypes in the tooling directory - they
all start servicemix-*

http://people.apache.org/maven-snapshot-repository/org/apache/servicemix/tooling/

If you want to use one of the archetypes you can use the Maven command line :

mvn archetype:create \
       -DarchetypeGroupId=org.apache.servicemix.tooling \
       -DarchetypeArtifactId=servicemix-service-engine \
       -DarchetypeVersion=3.0-incubating-SNAPSHOT \
       -DgroupId=org.apache.servicemix.xslt \
       -DartifactId=servicemix-xslt

Also the service unit archetypes (ending in service-unit) provide
starters for a service unit and will need to be put as a dependent of
a service assembly (servicemix-service-assembly).  You might want to
read up on the JBI Maven tooling to see how this is done
(http://www.servicemix.org/site/maven-jbi-plugin.html)

P

This example would use the servicemix-service-engine archetype to
create a project called servicemix-xslt.





On 8/14/06, Mukesh Mediratta <[EMAIL PROTECTED]> wrote:

I am trying to build my first application on ServiceMix.

I would like to know what maven archetypes are available for servicemix and
how to use them.

Thanks
Mukesh Mediratta
--
View this message in context: 
http://www.nabble.com/Maven-Archetypes-tf2105342.html#a5802812
Sent from the ServiceMix - User forum at Nabble.com.


Reply via email to