【发布时间】:2011-06-02 10:13:06
【问题描述】:
我需要在 Eclipse 中使用 maven2 运行 Web 项目的分步详细信息。
- web.xml 和任何其他资源的放置位置
- 在 web.xml 中放入什么
- 如何从maven生成war文件
请有人用以上几点帮助我。
【问题讨论】:
标签: eclipse web-applications maven-2
我需要在 Eclipse 中使用 maven2 运行 Web 项目的分步详细信息。
- web.xml 和任何其他资源的放置位置
- 在 web.xml 中放入什么
- 如何从maven生成war文件
请有人用以上几点帮助我。
【问题讨论】:
标签: eclipse web-applications maven-2
要使用 maven 创建新的 Web 项目,请参阅 http://maven.apache.org/guides/mini/guide-webapp.html
创建后,使用“mvn eclipse:eclipse”创建一个eclipse项目。
【讨论】:
import -> existing maven projects