i`m kinda new to maven and want to know how to install an archetype jar to my local repo
i got a directory com.foo with the following files:
maven_me
Adding an archetype to your local repository is no different than adding any other dependency. You can simply run a mvn install command on it.
mvn install