确认已正确创建转换为 Web 应用程序的 Maven 项目

发布于 2025-01-05 12:26:14 字数 264 浏览 0 评论 0原文

当我将 Maven 项目转换为 Web 项目时(通过更新选中项目方面的“动态 Web 模块”框),我转换的项目不包含动态 Web 应用程序图标。该图标应该存在吗?如何确认项目已正确转换为 Web 应用程序项目?

动态网页图标丢失 动态网络图标丢失

存在动态网络图标 动态网页图标存在

When I convert a maven project to a web project (by updating checking the box "Dynamic Web Module" in project facets) the project I convert does not contain the dynamic web app icon. Should the icon be present ? How can I confirm that the project is converted to a web app project correctly ?

Dynamic web icon missing
Dynamic web icon missing

Dynamic web icon present
Dynamic web icon present

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

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

发布评论

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

评论(2

揽月 2025-01-12 12:26:14

Maven 图标(“M”)似乎位于动态 Web 模块图标(地球图标)之上。通过将项目转换为非 Maven,从而删除“M”图标,您将获得地球图标。

恕我直言,Maven 覆盖层应该从项目文件夹图标的左上角移动到左下角或其他位置。

Maven icon ('M') seems to be laying on top of the dynamic web module icon (the globe icon). By converting the project to non-maven, thus removing the 'M' icon, you get the globe icon.

IMHO, Maven overlay should move over from the upper-left corner on the project folder icon to lower-left corner or something..

长亭外,古道边 2025-01-12 12:26:14

我最近正是这样做的,这是在 Eclipse Indigo 中添加构面后的样子(抱歉停电):

小圆形图标叠加层不在顶层项目节点上,而是在下面的节点上。 WTP 自动获取我的 web.xml 并为我创建有用的“部署描述符”节点,这有点酷。

I recently did exactly this and here is what it looks like after you add the facet in Eclipse Indigo (sorry for the blackout):

enter image description here

As you can see the little circular icon overlay is not on the top level project node, but on the nodes underneath. It was kinda cool how WTP automatically took my web.xml and created the helpful "Deployment Descriptor" node for me.

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