确认已正确创建转换为 Web 应用程序的 Maven 项目
当我将 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 present
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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..
我最近正是这样做的,这是在 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):
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.