I have created a Maven archetype from an existing project. I have even installed the archetype in my local repository and used it to create a new project. Everything went pe
Maven archetypes are artifacts just like any other project build artifact. You deploy them to your repository with the Maven deploy command.
deploy
See Guide to Creating Archetypes, Maven by Example and Maven: The Complete Reference for more on these topics.