gpt4 book ai didi

maven - maven 如何知道使用哪种原型(prototype)?

转载 作者:行者123 更新时间:2023-12-05 00:38:28 25 4
gpt4 key购买 nike

我想知道 maven 如何知道指定 pom.xml 使用哪个原型(prototype)

我没有发现 maven-archetype-quickstart 的 pom.xml 和 maven-archetype-webapp 的 pom.xml 有任何区别。

最佳答案

这是两个不同的问题:

I am wonder how maven know which archetype is used for specified pom.xml



原型(prototype)插件通常以交互方式使用。您只需调用 mvn archetype:create ,向导将引导您完成不同的步骤。您无需在 pom.xml 中进行任何配置。事实上,将原型(prototype)信息放在现有项目中是愚蠢的,因为原型(prototype)用于创建新项目。

I did not found any difference between pom.xml of maven-archetype-quickstart and that of maven-archetype-webapp.



主要区别在于 webapp 包含一个文件夹 src/main/webapp ,其中包含您的静态 Web 资源和 WEB-INF 文件夹。此外,包装设置为 war .所以 maven-archetype-quickstart是创建简单 jar 项目的默认设置,而 maven-archetype-webapp是创建简单 war 项目的默认设置。

关于maven - maven 如何知道使用哪种原型(prototype)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5562936/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com