How to use my custom archetype with Maven?

后端 未结 2 786
名媛妹妹
名媛妹妹 2021-02-13 12:43

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

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 13:30

    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

提交回复
热议问题