I just create my custom archetype project, and I run perfectly the \"mvn install\" command.
In my local repository, my archetype project was added corre
I've found a solution : when I install my archetype I need to use the option archetype:update-locate-catalog like this :
mvn install archetype:update-local-catalog
Instead a simple "mvn install" command.
And now I find my new custom archetrype in the local catalog when I want generate a new custom project :
mvn archetype:generate -DarchetypeCatalog=local