Install Maven Archetype

后端 未结 4 1360
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 11:28

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

4条回答
  •  情歌与酒
    2020-12-09 11:44

    For those looking for more recent info: The way to use an archetype catalog in a custom repository for the current version of the plugin (see date of this comment), is defining in your setting (~.m2/setting.xml in Mac) the repository with id "archetype":

    
        archetype
        archetype_company_repo
        http://your.company.com/nexus/content/repositories/releases/
    
    

提交回复
热议问题