Maven嵌入Tomcat版本

发布于 2024-08-09 11:14:00 字数 160 浏览 10 评论 0原文

有没有办法控制Maven嵌入的Tomcat版本?

mvn tomcat:run

此命令将运行 Tomcat 6.0.16 实例。我想运行 5.5 版本的 Tomcat。有没有办法配置这个?搜索插件文档没有帮助...

谢谢!

Is there a way to control the Maven embedded Tomcat version?

mvn tomcat:run

This command will run a Tomcat 6.0.16 instance. I'd like to run a 5.5 version of Tomcat. Is there a way to configure this? Searching the plugin docs didn't help...

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

心意如水 2024-08-16 11:14:00

不,没有真正的方法可以使用 tomcat-maven-plugin 配置 Tomcat 版本。实际上,Tomcat 6 支持是由于 MOJO-1106 并在 1.0 版本中添加的插件的 -alpha-2 (请参阅修订版 r7348),在之前的版本和修订版中,该插件使用 Tomcat 5.5.15。版本 1.0-alpha-1 在存储库中可用,因此您可以尝试一下。但我没有检查,也不能说它是否会受到任何重大问题的影响。

如果此选项不起作用并且您确实想要更精细的控制,那么最好使用 Cargo< /a> 正如 romaintaz 所指出的。

No, there is no real way to configure the Tomcat version with the tomcat-maven-plugin. Actually, Tomcat 6 support is due to MOJO-1106 and was added in the version 1.0-alpha-2 of the plugin (see revision r7348), in previous versions and revisions, the plugin was using Tomcat 5.5.15. The version 1.0-alpha-1 is available in the repo so you could give it a try. But I didn't check and can't say if it could be impacted by any major issue.

If this option doesn't work and if you really want finer control, then it would be better to use Cargo as pointed out by romaintaz.

吃不饱 2024-08-16 11:14:00

也许使用 Cargo 插件会更容易。然后您就可以更改要运行的 Tomcat。

Maybe it would be easier for you to use the Cargo plugin. You will then be able to change the Tomcat you want to run.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文