gpt4 book ai didi

java - 当项目有多个 pom xml 文件时,如何构建单独的 war 文件?

转载 作者:太空宇宙 更新时间:2023-11-04 13:36:53 25 4
gpt4 key购买 nike

我想部署这个 https://github.com/OhadR/oAuth2-sample正如如何作者所说。

如何获取 3 个 war 文件?

我应该从命令行运行哪个 Maven 目标?

最佳答案

oAuth2-sample 是父模块。

该模块的作用是构建 pom.xml 中定义的其他模块

因此,如果您看到其中定义了 3 个模块(尽管 2 个已被注释掉),

<modules>
<!--module>auth-common</module>
<module>common-crypto</module-->
<module>authentication-flows</module>
</modules>

因此,如果您运行 Maven,它将按照各自 pom.xml 文件中定义的 jar、war 方式构建所有模块。

您可以使用的 Maven 命令,

maven clean - To clear the class files of the projects

maven compile - To compile the source code of the projects

maven install - To install the project in m2 repository for use as dependency for other modules.

关于java - 当项目有多个 pom xml 文件时,如何构建单独的 war 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31606866/

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