What are the URLs of all the Maven Archetype catalogs that you know about?

后端 未结 5 1432
你的背包
你的背包 2020-12-22 16:25

Maven Archetypes are the \"templates\" by which you can quickly generate a running example of a given framework or project type. I am trying to compile a list of all the Ma

5条回答
  •  死守一世寂寞
    2020-12-22 17:08

    The nexus index that is produced by Nexus and consumed by M2eclipse knows about all the archetypes and lets you choose them when you create a new maven project from the ide.

提交回复
热议问题