Hi I would like to create an archetype with a property file. I founded this tutorial<http://www.bluesunrise.com:8080/webcontent/rproxy/maven_apache/archetype/maven-archetype-plugin/examples/create-with-property-file.html>. I manage to create my archetype. But now i would like to know, what can i do to change the resulting achetype name. Apparently, the name is defined via the archetype.artifactId, but what if i want to have an archetype name and a artifact id that are different.
Thanks for your help