install maven archetype project jar with *.pom file to local repo

后端 未结 2 774
说谎
说谎 2020-12-30 16:28

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         


        
2条回答
  •  爱一瞬间的悲伤
    2020-12-30 17:01

    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.

提交回复
热议问题