hi, i'm getting the following error trying to create a component using the mvn archetype plugin:
[ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error creating from archetype Embedded error: Error reading the META-INF/archetype.xml descriptor. The META-INF/archetype.xml descriptor cannot be found. i'm running the following: mvn archetype:create -DarchetypeGroupId=org.apache.servic mix.tooling -DarchetypeArtifactId=servicemix-service-engine -DarchetypeVersio =3.0-incubating -DgroupId=org.apache.servicemix.xslt -DartifactId=servicemix- slt looking at the servicemix-service-engine plugin it looks like the archetype.xml is under META-INF/maven/archetype.xml. i moved the archetype.xml from META-INF/maven/archetype.xml to META-INF/archetype.xml in the jar and tried again and it seems to have worked. JIRA? cheers, j.
