您的位置:首页 > 编程语言 > Java开发

maven eclipse web工程支持参数

2013-04-10 16:00 120 查看
eclipse maven工程加上参数-Dwtpversion=2.0就能够支持eclipse识别这个web工程。

To convert the Maven web project to support Eclipse IDE, in terminal, navigate to “CounterWebAPp” folder, issue this command :

mvn eclipse:eclipse -Dwtpversion=2.0


You must add the
-Dwtpversion=2.0
argument
to make it as a Eclipse web project. Imports it into Eclipse IDE, a globe icon on top of project, means this is a web project in Eclipse.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: